#B3B1CD

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

Shades of Blue Haze #B3B1CD

Tints of Blue Haze #B3B1CD

Color information

#B3B1CD (or 0xB3B1CD) is unknown color: approx Blue Haze. HEX triplet: B3, B1 and CD. RGB value is (179,177,205). Sum of RGB (Red+Green+Blue) = 179+177+205=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3B1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B1CD is #4C4E32. Grayscale: #B4B4B4. Windows color (decimal): -5000755 or 13480371. OLE color: 13480371.

HSL color Cylindrical-coordinate representation of color #B3B1CD: hue angle of 244.29º 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 #B3B1CD is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179177205-
CMYK0.130.1400.20
HSL244.29º21.87%74.9%-
HSV(B)244.29º13.66%80.39%-
XYZ45.3345.4464.14-
YUV180.79141.66126.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.91%
GREEN value IS 177 (69.53% from 255) = 31.55%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=31.91%
G=31.55%
B=36.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791772050.130.1400.20244.2921.8774.9
HexB3B1CDDE014f4164b
Octal263261315151602436426113
Binary1011001110110001110011011101111001010011110100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B1CD; }

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

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

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

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

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

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

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

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