#B6AED0

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

Shades of Blue Haze #B6AED0

Tints of Blue Haze #B6AED0

Color information

#B6AED0 (or 0xB6AED0) is unknown color: approx Blue Haze. HEX triplet: B6, AE and D0. RGB value is (182,174,208). Sum of RGB (Red+Green+Blue) = 182+174+208=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #B6AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AED0 is #49512F. Grayscale: #B4B4B4. Windows color (decimal): -4804912 or 13676214. OLE color: 13676214.

HSL color Cylindrical-coordinate representation of color #B6AED0: hue angle of 254.12º degrees, saturation: 0.27, 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 #B6AED0 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB182174208-
CMYK0.120.1600.18
HSL254.12º26.56%74.9%-
HSV(B)254.12º16.35%81.57%-
XYZ45.8144.7765.9-
YUV180.27143.65129.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.27%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=32.27%
G=30.85%
B=36.88%

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
Decimal1821742080.120.1600.18254.1226.5674.9
HexB6AED0C10012fe1b4b
Octal266256320142002237633113
Binary10110110101011101101000011001000001001011111110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AED0; }

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

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

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

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

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

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

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

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