#B6B1CD

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

Shades of Blue Haze #B6B1CD

Tints of Blue Haze #B6B1CD

Color information

#B6B1CD (or 0xB6B1CD) is unknown color: approx Blue Haze. HEX triplet: B6, B1 and CD. RGB value is (182,177,205). Sum of RGB (Red+Green+Blue) = 182+177+205=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6B1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B1CD is #494E32. Grayscale: #B5B5B5. Windows color (decimal): -4804147 or 13480374. OLE color: 13480374.

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

Color convert

RGB182177205-
CMYK0.110.1400.20
HSL250.71º21.87%74.9%-
HSV(B)250.71º13.66%80.39%-
XYZ46.0345.864.17-
YUV181.69141.16128.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.27%
GREEN value IS 177 (69.53% from 255) = 31.38%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=32.27%
G=31.38%
B=36.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821772050.110.1400.20250.7121.8774.9
HexB6B1CDBE014fb164b
Octal266261315131602437326113
Binary1011011010110001110011011011111001010011111011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B1CD; }

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

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

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

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

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

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

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

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