#B4B0C1

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

Shades of Blue Haze #B4B0C1

Tints of Blue Haze #B4B0C1

Color information

#B4B0C1 (or 0xB4B0C1) is unknown color: approx Blue Haze. HEX triplet: B4, B0 and C1. RGB value is (180,176,193). Sum of RGB (Red+Green+Blue) = 180+176+193=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #B4B0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B0C1 is #4B4F3E. Grayscale: #B3B3B3. Windows color (decimal): -4935487 or 12693684. OLE color: 12693684.

HSL color Cylindrical-coordinate representation of color #B4B0C1: hue angle of 254.12º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4B0C1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180176193-
CMYK0.070.0900.24
HSL254.12º12.06%72.35%-
HSV(B)254.12º8.81%75.69%-
XYZ43.9744.656.74-
YUV179.13135.83128.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 176 (69.14% from 255) = 32.06%
BLUE value IS 193 (75.78% from 255) = 35.15%
R=32.79%
G=32.06%
B=35.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801761930.070.0900.24254.1212.0672.35
HexB4B0C179018fec48
Octal26426030171103037614110
Binary10110100101100001100000111110010110001111111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B0C1; }

 p { color: rgb(180,176,193); }

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

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

 a { background-color: rgb(180,176,193); }

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

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

 span { border-color: rgb(180,176,193); }

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