#B6B2D0

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

Shades of Blue Haze #B6B2D0

Tints of Blue Haze #B6B2D0

Color information

#B6B2D0 (or 0xB6B2D0) is unknown color: approx Blue Haze. HEX triplet: B6, B2 and D0. RGB value is (182,178,208). Sum of RGB (Red+Green+Blue) = 182+178+208=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 208 - color contains mainly: blue. Hex color #B6B2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B2D0 is #494D2F. Grayscale: #B6B6B6. Windows color (decimal): -4803888 or 13677238. OLE color: 13677238.

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

Color convert

RGB182178208-
CMYK0.120.1400.18
HSL248º24.19%75.69%-
HSV(B)248º14.42%81.57%-
XYZ46.646.3466.16-
YUV182.62142.33127.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.04%
GREEN value IS 178 (69.92% from 255) = 31.34%
BLUE value IS 208 (81.64% from 255) = 36.62%
R=32.04%
G=31.34%
B=36.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821782080.120.1400.1824824.1975.69
HexB6B2D0CE012f8184c
Octal266262320141602237030114
Binary1011011010110010110100001100111001001011111000110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B2D0; }

 p { color: rgb(182,178,208); }

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

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

 a { background-color: rgb(182,178,208); }

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

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

 span { border-color: rgb(182,178,208); }

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