#B8B7CC

Color #B8B7CC Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #B8B7CC

Tints of Blue Haze #B8B7CC

Color information

#B8B7CC (or 0xB8B7CC) is unknown color: approx Blue Haze. HEX triplet: B8, B7 and CC. RGB value is (184,183,204). Sum of RGB (Red+Green+Blue) = 184+183+204=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8B7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B7CC is #474833. Grayscale: #B9B9B9. Windows color (decimal): -4671540 or 13416376. OLE color: 13416376.

HSL color Cylindrical-coordinate representation of color #B8B7CC: hue angle of 242.86º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8B7CC is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB184183204-
CMYK0.100.1000.2
HSL242.86º17.07%75.88%-
HSV(B)242.86º10.29%80%-
XYZ47.648.4263.96-
YUV185.69138.33126.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 32.22%
GREEN value IS 183 (71.88% from 255) = 32.05%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=32.22%
G=32.05%
B=35.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1841832040.100.1000.2242.8617.0775.88
HexB8B7CCAA014f3114c
Octal270267314121202436321114
Binary1011100010110111110011001010101001010011110011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B7CC; }

 p { color: rgb(184,183,204); }

 H1.HeaderClassName
 {
   color: #B8B7CC;
 }
 .AnyTagClassName
 {
   color: #B8B7CC;
 }
</style>
background-color css

<style>
 a { background-color: #B8B7CC; }

 a { background-color: rgb(184,183,204); }

 div.DivClassName
 {
   background-color: #B8B7CC;
 }
 .BgClassName
 {
   background-color: #B8B7CC;
 }
</style>
border-color css

<style>
 span { border-color: #B8B7CC; }

 span { border-color: rgb(184,183,204); }

 td.TdClassName
 {
   border-color: #B8B7CC;
 }
 .TagClassName
 {
   border-color: #B8B7CC;
 }
</style>