#B2AECD

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

Shades of Blue Haze #B2AECD

Tints of Blue Haze #B2AECD

Color information

#B2AECD (or 0xB2AECD) is unknown color: approx Blue Haze. HEX triplet: B2, AE and CD. RGB value is (178,174,205). Sum of RGB (Red+Green+Blue) = 178+174+205=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AECD is #4D5132. Grayscale: #B2B2B2. Windows color (decimal): -5067059 or 13479602. OLE color: 13479602.

HSL color Cylindrical-coordinate representation of color #B2AECD: hue angle of 247.74º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2AECD is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178174205-
CMYK0.130.1500.20
HSL247.74º23.66%74.31%-
HSV(B)247.74º15.12%80.39%-
XYZ44.5244.1463.93-
YUV178.73142.83127.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=31.96%
G=31.24%
B=36.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781742050.130.1500.20247.7423.6674.31
HexB2AECDDF014f8184a
Octal262256315151702437030112
Binary1011001010101110110011011101111101010011111000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AECD; }

 p { color: rgb(178,174,205); }

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

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

 a { background-color: rgb(178,174,205); }

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

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

 span { border-color: rgb(178,174,205); }

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