Color Hex Logo

#b2bfcc Color Hex

#B2BFCC
(178,191,204)
0 Favorites   0 Comments

Color spaces of #b2bfcc

RGB 178191204
HSL0.580.200.75
HSV210°13°80°
CMYK 0.130.060.00   0.20
XYZ47.890051.086264.4633
Yxy51.08620.29300.3126
Hunter Lab71.4746-5.4805-3.4417
CIE-Lab76.7312-1.8356-8.0561

#b2bfcc color RGB value is (178,191,204).

#b2bfcc hex color red value is 178, green value is 191 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b2bfcc hue: 0.58 , saturation: 0.20 and the lightness value of b2bfcc is 0.75.

The process color (four color CMYK) of #b2bfcc color hex is 0.13, 0.06, 0.00, 0.20. Web safe color of #b2bfcc is #99cccc. Color #b2bfcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111111 11001100
Octal 262 277 314
Decimal 178 191 204
Hex B2 BF CC

RGB Percentages of Color #b2bfcc

%31.06
%33.33
%35.60

CMYK Percentages of Color #b2bfcc

%13
%6
%0
%20

Triadic Colors of #b2bfcc

#b2bfcc #ccb2bf #bfccb2

Analogous Colors of #b2bfcc

#b2bfcc #b2b2cc #b2cccc

Monochromatic Colors of #b2bfcc

#b2bfcc

Complementary Color

#b2bfcc #ccbfb2

#b2bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bfcc Color CSS Codes

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

#b2bfcc Text Font Color

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

This sample text font color is #b2bfcc
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.


#b2bfcc Background Color

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

This div background color is #b2bfcc


#b2bfcc Border Color

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

This div border color is #b2bfcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,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 #b2bfcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bfcc

#b2bfcc Color Palettes


Comments

No comments written yet.

Please login to write comment.