Shades of Powder Blue #B2DFE2
Tints of Powder Blue #B2DFE2
RGB
CMYK
RGB Variations
Color information
#B2DFE2 (or 0xB2DFE2) is known color: Powder Blue. HEX triplet: B2, DF and E2. RGB value is (178,223,226). Sum of RGB (Red+Green+Blue) = 178+223+226=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 226 (88.67% from 255 or 36.04% from 627); Max value from RGB is 226 - color contains mainly: blue. Hex color #B2DFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFE2 is #4D201D. Grayscale: #D1D1D1. Windows color (decimal): -5054494 or 14868402. OLE color: 14868402.
HSL color Cylindrical-coordinate representation of color #B2DFE2: hue angle of 183.75º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2DFE2 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 178 | 223 | 226 | - |
CMYK | 0.21 | 0.01 | 0 | 0.11 |
HSL | 183.75º | 0.45% | 0.79% | - |
HSV(B) | 183.75º | 0.21% | 0.89% | - |
XYZ | 58.48 | 67.73 | 81.94 | - |
YUV | 209.89 | 137.09 | 105.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 223 | 226 | 0.21 | 0.01 | 0 | 0.11 | 183.75 | 0.45 | 0.79 |
Hex | B2 | DF | E2 | 15 | 1 | 0 | B | B8 | 2D | 4F |
Octal | 262 | 337 | 342 | 25 | 1 | 0 | 13 | 270 | 55 | 117 |
Binary | 10110010 | 11011111 | 11100010 | 10101 | 1 | 0 | 1011 | 10111000 | 101101 | 1001111 |
Color Harmonies of #B2DFE2
Complementary color
Monochromatic Colors of #B2DFE2
Black with #B2DFE2
Text Example
Text Example
White with #B2DFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFE2; }
p { color: rgb(178,223,226); }
H1.HeaderClassName
{
color: #B2DFE2;
}
.AnyTagClassName
{
color: #B2DFE2;
}
</style>
background-color css
<style>
a { background-color: #B2DFE2; }
a { background-color: rgb(178,223,226); }
div.DivClassName
{
background-color: #B2DFE2;
}
.BgClassName
{
background-color: #B2DFE2;
}
</style>
border-color css
<style>
span { border-color: #B2DFE2; }
span { border-color: rgb(178,223,226); }
td.TdClassName
{
border-color: #B2DFE2;
}
.TagClassName
{
border-color: #B2DFE2;
}
</style>