Html Css Color HEX #B4B1BC Blue Haze

📋 copy color: '#B4B1BC'

red 180 ◦ green 177 ◦ blue 188

#B4B1BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Haze #B4B1BC

Tints of Blue Haze #B4B1BC

RGB

 RED value IS 180 (70.7% from 255) = 33.03%

 GREEN value IS 177 (69.53% from 255) = 32.48%

 BLUE value IS 188 (73.83% from 255) = 34.5%

R = 33.03%
G = 32.48%
B = 34.5%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B4B1BC (or 0xB4B1BC) is known color: 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

RGB 180 177 188 -
CMYK 0.04 0.06 0 0.26
HSL 256.36º 0.08% 0.72% -
HSV(B) 256.36º 0.06% 0.74% -
XYZ 43.62 44.78 53.92 -
YUV 179.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 180 177 188 0.04 0.06 0 0.26 256.36 0.08 0.72
Hex B4 B1 BC 4 6 0 1A 100 8 48
Octal 264 261 274 4 6 0 32 400 10 110
Binary 10110100 10110001 10111100 100 110 0 11010 100000000 1000 1001000

Color Harmonies of #B4B1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B1BC

Black with #B4B1BC

Text Example


Text Example

White with #B4B1BC

Text Example


Text Example

HTML Codes & Css Web 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>