Shades of Cruise #BBDDD0
Tints of Cruise #BBDDD0
RGB
CMYK
RGB Variations
Color information
#BBDDD0 (or 0xBBDDD0) is known color: Cruise. HEX triplet: BB, DD and D0. RGB value is (187,221,208). Sum of RGB (Red+Green+Blue) = 187+221+208=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDD0 is #44222F. Grayscale: #D1D1D1. Windows color (decimal): -4465200 or 13688251. OLE color: 13688251.
HSL color Cylindrical-coordinate representation of color #BBDDD0: hue angle of 157.06º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDDD0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 208 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.13 |
| HSL | 157.06º | 0.33% | 0.8% | - |
| HSV(B) | 157.06º | 0.15% | 0.87% | - |
| XYZ | 57.74 | 66.83 | 69.53 | - |
| YUV | 209.35 | 127.24 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 208 | 0.15 | 0 | 0.06 | 0.13 | 157.06 | 0.33 | 0.8 |
| Hex | BB | DD | D0 | F | 0 | 6 | D | 9D | 21 | 50 |
| Octal | 273 | 335 | 320 | 17 | 0 | 6 | 15 | 235 | 41 | 120 |
| Binary | 10111011 | 11011101 | 11010000 | 1111 | 0 | 110 | 1101 | 10011101 | 100001 | 1010000 |
Color Harmonies of #BBDDD0
Complementary color
Monochromatic Colors of #BBDDD0
Black with #BBDDD0
Text Example
Text Example
White with #BBDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDD0; }
p { color: rgb(187,221,208); }
H1.HeaderClassName
{
color: #BBDDD0;
}
.AnyTagClassName
{
color: #BBDDD0;
}
</style>
background-color css
<style>
a { background-color: #BBDDD0; }
a { background-color: rgb(187,221,208); }
div.DivClassName
{
background-color: #BBDDD0;
}
.BgClassName
{
background-color: #BBDDD0;
}
</style>
border-color css
<style>
span { border-color: #BBDDD0; }
span { border-color: rgb(187,221,208); }
td.TdClassName
{
border-color: #BBDDD0;
}
.TagClassName
{
border-color: #BBDDD0;
}
</style>