Shades of Powder Blue #B1DADA
Tints of Powder Blue #B1DADA
RGB
CMYK
RGB Variations
Color information
#B1DADA (or 0xB1DADA) is known color: Powder Blue. HEX triplet: B1, DA and DA. RGB value is (177,218,218). Sum of RGB (Red+Green+Blue) = 177+218+218=613 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.87% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #B1DADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DADA is #4E2525. Grayscale: #CDCDCD. Windows color (decimal): -5121318 or 14342833. OLE color: 14342833.
HSL color Cylindrical-coordinate representation of color #B1DADA: hue angle of 180º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1DADA is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 218 | 218 | - |
| CMYK | 0.19 | 0 | 0 | 0.15 |
| HSL | 180º | 0.36% | 0.77% | - |
| HSV(B) | 180º | 0.19% | 0.85% | - |
| XYZ | 55.86 | 64.55 | 75.85 | - |
| YUV | 205.74 | 134.92 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 218 | 218 | 0.19 | 0 | 0 | 0.15 | 180 | 0.36 | 0.77 |
| Hex | B1 | DA | DA | 13 | 0 | 0 | F | B4 | 24 | 4D |
| Octal | 261 | 332 | 332 | 23 | 0 | 0 | 17 | 264 | 44 | 115 |
| Binary | 10110001 | 11011010 | 11011010 | 10011 | 0 | 0 | 1111 | 10110100 | 100100 | 1001101 |
Color Harmonies of #B1DADA
Complementary color
Monochromatic Colors of #B1DADA
Black with #B1DADA
Text Example
Text Example
White with #B1DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DADA; }
p { color: rgb(177,218,218); }
H1.HeaderClassName
{
color: #B1DADA;
}
.AnyTagClassName
{
color: #B1DADA;
}
</style>
background-color css
<style>
a { background-color: #B1DADA; }
a { background-color: rgb(177,218,218); }
div.DivClassName
{
background-color: #B1DADA;
}
.BgClassName
{
background-color: #B1DADA;
}
</style>
border-color css
<style>
span { border-color: #B1DADA; }
span { border-color: rgb(177,218,218); }
td.TdClassName
{
border-color: #B1DADA;
}
.TagClassName
{
border-color: #B1DADA;
}
</style>