Shades of Cruise #BBDBD0
Tints of Cruise #BBDBD0
RGB
CMYK
RGB Variations
Color information
#BBDBD0 (or 0xBBDBD0) is known color: Cruise. HEX triplet: BB, DB and D0. RGB value is (187,219,208). Sum of RGB (Red+Green+Blue) = 187+219+208=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBD0 is #44242F. Grayscale: #D0D0D0. Windows color (decimal): -4465712 or 13687739. OLE color: 13687739.
HSL color Cylindrical-coordinate representation of color #BBDBD0: hue angle of 159.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBD0 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 208 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.14 |
| HSL | 159.38º | 0.31% | 0.8% | - |
| HSV(B) | 159.38º | 0.15% | 0.86% | - |
| XYZ | 57.21 | 65.78 | 69.36 | - |
| YUV | 208.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 208 | 0.15 | 0 | 0.05 | 0.14 | 159.38 | 0.31 | 0.8 |
| Hex | BB | DB | D0 | F | 0 | 5 | E | 9F | 1F | 50 |
| Octal | 273 | 333 | 320 | 17 | 0 | 5 | 16 | 237 | 37 | 120 |
| Binary | 10111011 | 11011011 | 11010000 | 1111 | 0 | 101 | 1110 | 10011111 | 11111 | 1010000 |
Color Harmonies of #BBDBD0
Complementary color
Monochromatic Colors of #BBDBD0
Black with #BBDBD0
Text Example
Text Example
White with #BBDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBD0; }
p { color: rgb(187,219,208); }
H1.HeaderClassName
{
color: #BBDBD0;
}
.AnyTagClassName
{
color: #BBDBD0;
}
</style>
background-color css
<style>
a { background-color: #BBDBD0; }
a { background-color: rgb(187,219,208); }
div.DivClassName
{
background-color: #BBDBD0;
}
.BgClassName
{
background-color: #BBDBD0;
}
</style>
border-color css
<style>
span { border-color: #BBDBD0; }
span { border-color: rgb(187,219,208); }
td.TdClassName
{
border-color: #BBDBD0;
}
.TagClassName
{
border-color: #BBDBD0;
}
</style>