Shades of Powder Blue #B2DADA
Tints of Powder Blue #B2DADA
RGB
CMYK
RGB Variations
Color information
#B2DADA (or 0xB2DADA) is known color: Powder Blue. HEX triplet: B2, DA and DA. RGB value is (178,218,218). Sum of RGB (Red+Green+Blue) = 178+218+218=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #B2DADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DADA is #4D2525. Grayscale: #CECECE. Windows color (decimal): -5055782 or 14342834. OLE color: 14342834.
HSL color Cylindrical-coordinate representation of color #B2DADA: hue angle of 180º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2DADA is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 178 | 218 | 218 | - |
CMYK | 0.18 | 0 | 0 | 0.15 |
HSL | 180º | 0.35% | 0.78% | - |
HSV(B) | 180º | 0.18% | 0.85% | - |
XYZ | 56.09 | 64.67 | 75.86 | - |
YUV | 206.04 | 134.75 | 108 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 218 | 218 | 0.18 | 0 | 0 | 0.15 | 180 | 0.35 | 0.78 |
Hex | B2 | DA | DA | 12 | 0 | 0 | F | B4 | 23 | 4E |
Octal | 262 | 332 | 332 | 22 | 0 | 0 | 17 | 264 | 43 | 116 |
Binary | 10110010 | 11011010 | 11011010 | 10010 | 0 | 0 | 1111 | 10110100 | 100011 | 1001110 |
Color Harmonies of #B2DADA
Complementary color
Monochromatic Colors of #B2DADA
Black with #B2DADA
Text Example
Text Example
White with #B2DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DADA; }
p { color: rgb(178,218,218); }
H1.HeaderClassName
{
color: #B2DADA;
}
.AnyTagClassName
{
color: #B2DADA;
}
</style>
background-color css
<style>
a { background-color: #B2DADA; }
a { background-color: rgb(178,218,218); }
div.DivClassName
{
background-color: #B2DADA;
}
.BgClassName
{
background-color: #B2DADA;
}
</style>
border-color css
<style>
span { border-color: #B2DADA; }
span { border-color: rgb(178,218,218); }
td.TdClassName
{
border-color: #B2DADA;
}
.TagClassName
{
border-color: #B2DADA;
}
</style>