Shades of Powder Blue #BBDCDF
Tints of Powder Blue #BBDCDF
RGB
CMYK
RGB Variations
Color information
#BBDCDF (or 0xBBDCDF) is known color: Powder Blue. HEX triplet: BB, DC and DF. RGB value is (187,220,223). Sum of RGB (Red+Green+Blue) = 187+220+223=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBDCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCDF is #442320. Grayscale: #D2D2D2. Windows color (decimal): -4465441 or 14671035. OLE color: 14671035.
HSL color Cylindrical-coordinate representation of color #BBDCDF: hue angle of 185º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDCDF is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 220 | 223 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.13 |
| HSL | 185º | 0.36% | 0.8% | - |
| HSV(B) | 185º | 0.16% | 0.87% | - |
| XYZ | 59.41 | 67.08 | 79.63 | - |
| YUV | 210.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 223 | 0.16 | 0.01 | 0 | 0.13 | 185 | 0.36 | 0.8 |
| Hex | BB | DC | DF | 10 | 1 | 0 | D | B9 | 24 | 50 |
| Octal | 273 | 334 | 337 | 20 | 1 | 0 | 15 | 271 | 44 | 120 |
| Binary | 10111011 | 11011100 | 11011111 | 10000 | 1 | 0 | 1101 | 10111001 | 100100 | 1010000 |
Color Harmonies of #BBDCDF
Complementary color
Monochromatic Colors of #BBDCDF
Black with #BBDCDF
Text Example
Text Example
White with #BBDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCDF; }
p { color: rgb(187,220,223); }
H1.HeaderClassName
{
color: #BBDCDF;
}
.AnyTagClassName
{
color: #BBDCDF;
}
</style>
background-color css
<style>
a { background-color: #BBDCDF; }
a { background-color: rgb(187,220,223); }
div.DivClassName
{
background-color: #BBDCDF;
}
.BgClassName
{
background-color: #BBDCDF;
}
</style>
border-color css
<style>
span { border-color: #BBDCDF; }
span { border-color: rgb(187,220,223); }
td.TdClassName
{
border-color: #BBDCDF;
}
.TagClassName
{
border-color: #BBDCDF;
}
</style>