Shades of Blue Haze #B2AEC2
Tints of Blue Haze #B2AEC2
RGB
CMYK
RGB Variations
Color information
#B2AEC2 (or 0xB2AEC2) is known color: Blue Haze. HEX triplet: B2, AE and C2. RGB value is (178,174,194). Sum of RGB (Red+Green+Blue) = 178+174+194=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 194 - color contains mainly: blue. Hex color #B2AEC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEC2 is #4D513D. Grayscale: #B1B1B1. Windows color (decimal): -5067070 or 12758706. OLE color: 12758706.
HSL color Cylindrical-coordinate representation of color #B2AEC2: hue angle of 252º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2AEC2 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 178 | 174 | 194 | - |
CMYK | 0.08 | 0.10 | 0 | 0.24 |
HSL | 252º | 0.14% | 0.72% | - |
HSV(B) | 252º | 0.1% | 0.76% | - |
XYZ | 43.23 | 43.63 | 57.18 | - |
YUV | 177.48 | 137.33 | 128.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 174 | 194 | 0.08 | 0.10 | 0 | 0.24 | 252 | 0.14 | 0.72 |
Hex | B2 | AE | C2 | 8 | A | 0 | 18 | FC | E | 48 |
Octal | 262 | 256 | 302 | 10 | 12 | 0 | 30 | 374 | 16 | 110 |
Binary | 10110010 | 10101110 | 11000010 | 1000 | 1010 | 0 | 11000 | 11111100 | 1110 | 1001000 |
Color Harmonies of #B2AEC2
Complementary color
Monochromatic Colors of #B2AEC2
Black with #B2AEC2
Text Example
Text Example
White with #B2AEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AEC2; }
p { color: rgb(178,174,194); }
H1.HeaderClassName
{
color: #B2AEC2;
}
.AnyTagClassName
{
color: #B2AEC2;
}
</style>
background-color css
<style>
a { background-color: #B2AEC2; }
a { background-color: rgb(178,174,194); }
div.DivClassName
{
background-color: #B2AEC2;
}
.BgClassName
{
background-color: #B2AEC2;
}
</style>
border-color css
<style>
span { border-color: #B2AEC2; }
span { border-color: rgb(178,174,194); }
td.TdClassName
{
border-color: #B2AEC2;
}
.TagClassName
{
border-color: #B2AEC2;
}
</style>