#B4B1CD

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

Shades of Blue Haze #B4B1CD

Tints of Blue Haze #B4B1CD

Color information

#B4B1CD (or 0xB4B1CD) is unknown color: approx Blue Haze. HEX triplet: B4, B1 and CD. RGB value is (180,177,205). Sum of RGB (Red+Green+Blue) = 180+177+205=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4B1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B1CD is #4B4E32. Grayscale: #B4B4B4. Windows color (decimal): -4935219 or 13480372. OLE color: 13480372.

HSL color Cylindrical-coordinate representation of color #B4B1CD: hue angle of 246.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4B1CD is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180177205-
CMYK0.120.1400.20
HSL246.43º21.87%74.9%-
HSV(B)246.43º13.66%80.39%-
XYZ45.5645.5664.15-
YUV181.09141.49127.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.03%
GREEN value IS 177 (69.53% from 255) = 31.49%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=32.03%
G=31.49%
B=36.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801772050.120.1400.20246.4321.8774.9
HexB4B1CDCE014f6164b
Octal264261315141602436626113
Binary1011010010110001110011011100111001010011110110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B1CD; }

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

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

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

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

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

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

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

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