#B6AFD7

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

Shades of Blue Haze #B6AFD7

Tints of Blue Haze #B6AFD7

Color information

#B6AFD7 (or 0xB6AFD7) is unknown color: approx Blue Haze. HEX triplet: B6, AF and D7. RGB value is (182,175,215). Sum of RGB (Red+Green+Blue) = 182+175+215=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 215 - color contains mainly: blue. Hex color #B6AFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFD7 is #495028. Grayscale: #B5B5B5. Windows color (decimal): -4804649 or 14135222. OLE color: 14135222.

HSL color Cylindrical-coordinate representation of color #B6AFD7: hue angle of 250.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6AFD7 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB182175215-
CMYK0.150.1900.16
HSL250.5º33.33%76.47%-
HSV(B)250.5º18.6%84.31%-
XYZ46.8945.5170.6-
YUV181.65146.82128.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 215 (84.38% from 255) = 37.59%
R=31.82%
G=30.59%
B=37.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821752150.150.1900.16250.533.3376.47
HexB6AFD7F13010fa214c
Octal266257327172302037241114
Binary101101101010111111010111111110011010000111110101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFD7; }

 p { color: rgb(182,175,215); }

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

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

 a { background-color: rgb(182,175,215); }

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

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

 span { border-color: rgb(182,175,215); }

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