Shades of Jagged Ice #BBDFDC
Tints of Jagged Ice #BBDFDC
RGB
CMYK
RGB Variations
Color information
#BBDFDC (or 0xBBDFDC) is known color: Jagged Ice. HEX triplet: BB, DF and DC. RGB value is (187,223,220). Sum of RGB (Red+Green+Blue) = 187+223+220=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFDC is #442023. Grayscale: #D3D3D3. Windows color (decimal): -4464676 or 14475195. OLE color: 14475195.
HSL color Cylindrical-coordinate representation of color #BBDFDC: hue angle of 175º 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 #BBDFDC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 220 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.13 |
| HSL | 175º | 0.36% | 0.8% | - |
| HSV(B) | 175º | 0.16% | 0.87% | - |
| XYZ | 59.8 | 68.51 | 77.78 | - |
| YUV | 211.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 220 | 0.16 | 0 | 0.01 | 0.13 | 175 | 0.36 | 0.8 |
| Hex | BB | DF | DC | 10 | 0 | 1 | D | AF | 24 | 50 |
| Octal | 273 | 337 | 334 | 20 | 0 | 1 | 15 | 257 | 44 | 120 |
| Binary | 10111011 | 11011111 | 11011100 | 10000 | 0 | 1 | 1101 | 10101111 | 100100 | 1010000 |
Color Harmonies of #BBDFDC
Complementary color
Monochromatic Colors of #BBDFDC
Black with #BBDFDC
Text Example
Text Example
White with #BBDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFDC; }
p { color: rgb(187,223,220); }
H1.HeaderClassName
{
color: #BBDFDC;
}
.AnyTagClassName
{
color: #BBDFDC;
}
</style>
background-color css
<style>
a { background-color: #BBDFDC; }
a { background-color: rgb(187,223,220); }
div.DivClassName
{
background-color: #BBDFDC;
}
.BgClassName
{
background-color: #BBDFDC;
}
</style>
border-color css
<style>
span { border-color: #BBDFDC; }
span { border-color: rgb(187,223,220); }
td.TdClassName
{
border-color: #BBDFDC;
}
.TagClassName
{
border-color: #BBDFDC;
}
</style>