#B6AED5

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

Shades of Blue Haze #B6AED5

Tints of Blue Haze #B6AED5

Color information

#B6AED5 (or 0xB6AED5) is unknown color: approx Blue Haze. HEX triplet: B6, AE and D5. RGB value is (182,174,213). Sum of RGB (Red+Green+Blue) = 182+174+213=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #B6AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AED5 is #49512A. Grayscale: #B4B4B4. Windows color (decimal): -4804907 or 14003894. OLE color: 14003894.

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

Color convert

RGB182174213-
CMYK0.150.1800.16
HSL252.31º31.71%75.88%-
HSV(B)252.31º18.31%83.53%-
XYZ46.4445.0269.19-
YUV180.84146.15128.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.99%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 213 (83.59% from 255) = 37.43%
R=31.99%
G=30.58%
B=37.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821742130.150.1800.16252.3131.7175.88
HexB6AED5F12010fc204c
Octal266256325172202037440114
Binary101101101010111011010101111110010010000111111001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AED5; }

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

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

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

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

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

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

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

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