Color Hex Logo

#bbbfcc Color Hex

#BBBFCC
(187,191,204)
0 Favorites   0 Comments

Color spaces of #bbbfcc

RGB 187191204
HSL0.630.140.77
HSV226°80°
CMYK 0.080.060.00   0.20
XYZ50.023452.186064.5631
Yxy52.18600.29990.3129
Hunter Lab72.2399-2.8152-2.4215
CIE-Lab77.39191.1389-7.0035

#bbbfcc color RGB value is (187,191,204).

#bbbfcc hex color red value is 187, green value is 191 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bbbfcc hue: 0.63 , saturation: 0.14 and the lightness value of bbbfcc is 0.77.

The process color (four color CMYK) of #bbbfcc color hex is 0.08, 0.06, 0.00, 0.20. Web safe color of #bbbfcc is #cccccc. Color #bbbfcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 11001100
Octal 273 277 314
Decimal 187 191 204
Hex BB BF CC

RGB Percentages of Color #bbbfcc

%32.13
%32.82
%35.05

CMYK Percentages of Color #bbbfcc

%8
%6
%0
%20

Triadic Colors of #bbbfcc

#bbbfcc #ccbbbf #bfccbb

Analogous Colors of #bbbfcc

#bbbfcc #c0bbcc #bbc8cc

Monochromatic Colors of #bbbfcc

#bbbfcc

Complementary Color

#bbbfcc #ccc8bb

#bbbfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbfcc Color CSS Codes

.mybgcolor {background-color:#bbbfcc; } 
.myforecolor {color:#bbbfcc; }
.mybordercolor {border:3px solid #bbbfcc; }

#bbbfcc Text Font Color

<p style="color:#bbbfcc">Text here</p>

This sample text font color is #bbbfcc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbbfcc Background Color

<div style="background-color:#bbbfcc">
Div content here</div>

This div background color is #bbbfcc


#bbbfcc Border Color

<div style="border:3px solid #bbbfcc">
Div here</div>

This div border color is #bbbfcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,191,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbbfcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbbfcc;
  -webkit-box-shadow: 1px 1px 3px 2px #bbbfcc;
  box-shadow:         1px 1px 3px 2px #bbbfcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,191,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbbfcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbfcc;
  -webkit-box-shadow: 1px 1px 3px 2px #bbbfcc;
  box-shadow:         1px 1px 3px 2px #bbbfcc;">
Div content here</div>

This div box has shadow with color #bbbfcc

#bbbfcc Color Palettes


Comments

No comments written yet.

Please login to write comment.