Shades of Cruise #BBDBD2
Tints of Cruise #BBDBD2
RGB
CMYK
RGB Variations
Color information
#BBDBD2 (or 0xBBDBD2) is known color: Cruise. HEX triplet: BB, DB and D2. RGB value is (187,219,210). Sum of RGB (Red+Green+Blue) = 187+219+210=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBD2 is #44242D. Grayscale: #D0D0D0. Windows color (decimal): -4465710 or 13818811. OLE color: 13818811.
HSL color Cylindrical-coordinate representation of color #BBDBD2: hue angle of 163.12º 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 #BBDBD2 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 210 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.14 |
| HSL | 163.13º | 0.31% | 0.8% | - |
| HSV(B) | 163.13º | 0.15% | 0.86% | - |
| XYZ | 57.46 | 65.88 | 70.66 | - |
| YUV | 208.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 210 | 0.15 | 0 | 0.04 | 0.14 | 163.13 | 0.31 | 0.8 |
| Hex | BB | DB | D2 | F | 0 | 4 | E | A3 | 1F | 50 |
| Octal | 273 | 333 | 322 | 17 | 0 | 4 | 16 | 243 | 37 | 120 |
| Binary | 10111011 | 11011011 | 11010010 | 1111 | 0 | 100 | 1110 | 10100011 | 11111 | 1010000 |
Color Harmonies of #BBDBD2
Complementary color
Monochromatic Colors of #BBDBD2
Black with #BBDBD2
Text Example
Text Example
White with #BBDBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBD2; }
p { color: rgb(187,219,210); }
H1.HeaderClassName
{
color: #BBDBD2;
}
.AnyTagClassName
{
color: #BBDBD2;
}
</style>
background-color css
<style>
a { background-color: #BBDBD2; }
a { background-color: rgb(187,219,210); }
div.DivClassName
{
background-color: #BBDBD2;
}
.BgClassName
{
background-color: #BBDBD2;
}
</style>
border-color css
<style>
span { border-color: #BBDBD2; }
span { border-color: rgb(187,219,210); }
td.TdClassName
{
border-color: #BBDBD2;
}
.TagClassName
{
border-color: #BBDBD2;
}
</style>