#B4B1BC

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

Shades of Blue Haze #B4B1BC

Tints of Blue Haze #B4B1BC

Color information

#B4B1BC (or 0xB4B1BC) is unknown color: approx Blue Haze. HEX triplet: B4, B1 and BC. RGB value is (180,177,188). Sum of RGB (Red+Green+Blue) = 180+177+188=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 188 - color contains mainly: blue. Hex color #B4B1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B1BC is #4B4E43. Grayscale: #B3B3B3. Windows color (decimal): -4935236 or 12366260. OLE color: 12366260.

HSL color Cylindrical-coordinate representation of color #B4B1BC: hue angle of 256.36º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B4B1BC is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180177188-
CMYK0.040.0600.26
HSL256.36º7.59%71.57%-
HSV(B)256.36º5.85%73.73%-
XYZ43.6244.7853.92-
YUV179.15132.99128.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 177 (69.53% from 255) = 32.48%
BLUE value IS 188 (73.83% from 255) = 34.50%
R=33.03%
G=32.48%
B=34.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801771880.040.0600.26256.367.5971.57
HexB4B1BC4601A100848
Octal2642612744603240010110
Binary10110100101100011011110010011001101010000000010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B1BC; }

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

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

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

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

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

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

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

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