#B8B8CA

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

Shades of Blue Haze #B8B8CA

Tints of Blue Haze #B8B8CA

Color information

#B8B8CA (or 0xB8B8CA) is unknown color: approx Blue Haze. HEX triplet: B8, B8 and CA. RGB value is (184,184,202). Sum of RGB (Red+Green+Blue) = 184+184+202=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #B8B8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B8CA is #474735. Grayscale: #B9B9B9. Windows color (decimal): -4671286 or 13285560. OLE color: 13285560.

HSL color Cylindrical-coordinate representation of color #B8B8CA: hue angle of 240º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8B8CA is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184184202-
CMYK0.090.0900.21
HSL240º14.52%75.69%-
HSV(B)240º8.91%79.22%-
XYZ47.5748.7462.78-
YUV186.05137126.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.28%
GREEN value IS 184 (72.27% from 255) = 32.28%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=32.28%
G=32.28%
B=35.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841842020.090.0900.2124014.5275.69
HexB8B8CA99015f0f4c
Octal270270312111102536017114
Binary101110001011100011001010100110010101011111000011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B8CA; }

 p { color: rgb(184,184,202); }

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

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

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

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

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

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

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