Html Css Color HEX #B4B1C0 Blue Haze

📋 copy color: '#B4B1C0'

red 180 ◦ green 177 ◦ blue 192

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

Shades of Blue Haze #B4B1C0

Tints of Blue Haze #B4B1C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.97%

R = 32.79%
G = 32.24%
B = 34.97%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B4B1C0 (or 0xB4B1C0) is known color: Blue Haze. HEX triplet: B4, B1 and C0. RGB value is (180,177,192). Sum of RGB (Red+Green+Blue) = 180+177+192=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #B4B1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B1C0 is #4B4E3F. Grayscale: #B3B3B3. Windows color (decimal): -4935232 or 12628404. OLE color: 12628404.

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

Color convert

RGB 180 177 192 -
CMYK 0.06 0.08 0 0.25
HSL 252º 0.11% 0.72% -
HSV(B) 252º 0.08% 0.75% -
XYZ 44.06 44.95 56.22 -
YUV 179.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 180 177 192 0.06 0.08 0 0.25 252 0.11 0.72
Hex B4 B1 C0 6 8 0 19 FC B 48
Octal 264 261 300 6 10 0 31 374 13 110
Binary 10110100 10110001 11000000 110 1000 0 11001 11111100 1011 1001000

Color Harmonies of #B4B1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B1C0

Black with #B4B1C0

Text Example


Text Example

White with #B4B1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B1C0; }

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

 H1.HeaderClassName
 {
   color: #B4B1C0;
 }
 .AnyTagClassName
 {
   color: #B4B1C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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