#B4B1D0

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

Shades of Blue Haze #B4B1D0

Tints of Blue Haze #B4B1D0

Color information

#B4B1D0 (or 0xB4B1D0) is unknown color: approx Blue Haze. HEX triplet: B4, B1 and D0. RGB value is (180,177,208). Sum of RGB (Red+Green+Blue) = 180+177+208=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #B4B1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B1D0 is #4B4E2F. Grayscale: #B5B5B5. Windows color (decimal): -4935216 or 13676980. OLE color: 13676980.

HSL color Cylindrical-coordinate representation of color #B4B1D0: hue angle of 245.81º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4B1D0 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180177208-
CMYK0.130.1500.18
HSL245.81º24.8%75.49%-
HSV(B)245.81º14.9%81.57%-
XYZ45.9345.766.08-
YUV181.43142.99126.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.86%
GREEN value IS 177 (69.53% from 255) = 31.33%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=31.86%
G=31.33%
B=36.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801772080.130.1500.18245.8124.875.49
HexB4B1D0DF012f6194b
Octal264261320151702236631113
Binary1011010010110001110100001101111101001011110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B1D0; }

 p { color: rgb(180,177,208); }

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

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

 a { background-color: rgb(180,177,208); }

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

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

 span { border-color: rgb(180,177,208); }

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