#B6AFD0

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

Shades of Blue Haze #B6AFD0

Tints of Blue Haze #B6AFD0

Color information

#B6AFD0 (or 0xB6AFD0) is unknown color: approx Blue Haze. HEX triplet: B6, AF and D0. RGB value is (182,175,208). Sum of RGB (Red+Green+Blue) = 182+175+208=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #B6AFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFD0 is #49502F. Grayscale: #B4B4B4. Windows color (decimal): -4804656 or 13676470. OLE color: 13676470.

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

Color convert

RGB182175208-
CMYK0.120.1600.18
HSL252.73º25.98%75.1%-
HSV(B)252.73º15.87%81.57%-
XYZ46.0145.1665.97-
YUV180.86143.32128.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.21%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=32.21%
G=30.97%
B=36.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821752080.120.1600.18252.7325.9875.1
HexB6AFD0C10012fd1a4b
Octal266257320142002237532113
Binary10110110101011111101000011001000001001011111101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFD0; }

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

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

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

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

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

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

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

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