Shades of Cruise #BBDBD5
Tints of Cruise #BBDBD5
RGB
CMYK
RGB Variations
Color information
#BBDBD5 (or 0xBBDBD5) is known color: Cruise. HEX triplet: BB, DB and D5. RGB value is (187,219,213). Sum of RGB (Red+Green+Blue) = 187+219+213=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBD5 is #44242A. Grayscale: #D0D0D0. Windows color (decimal): -4465707 or 14015419. OLE color: 14015419.
HSL color Cylindrical-coordinate representation of color #BBDBD5: hue angle of 168.75º 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 #BBDBD5 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 213 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.14 |
| HSL | 168.75º | 0.31% | 0.8% | - |
| HSV(B) | 168.75º | 0.15% | 0.86% | - |
| XYZ | 57.84 | 66.03 | 72.65 | - |
| YUV | 208.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 213 | 0.15 | 0 | 0.03 | 0.14 | 168.75 | 0.31 | 0.8 |
| Hex | BB | DB | D5 | F | 0 | 3 | E | A9 | 1F | 50 |
| Octal | 273 | 333 | 325 | 17 | 0 | 3 | 16 | 251 | 37 | 120 |
| Binary | 10111011 | 11011011 | 11010101 | 1111 | 0 | 11 | 1110 | 10101001 | 11111 | 1010000 |
Color Harmonies of #BBDBD5
Complementary color
Monochromatic Colors of #BBDBD5
Black with #BBDBD5
Text Example
Text Example
White with #BBDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBD5; }
p { color: rgb(187,219,213); }
H1.HeaderClassName
{
color: #BBDBD5;
}
.AnyTagClassName
{
color: #BBDBD5;
}
</style>
background-color css
<style>
a { background-color: #BBDBD5; }
a { background-color: rgb(187,219,213); }
div.DivClassName
{
background-color: #BBDBD5;
}
.BgClassName
{
background-color: #BBDBD5;
}
</style>
border-color css
<style>
span { border-color: #BBDBD5; }
span { border-color: rgb(187,219,213); }
td.TdClassName
{
border-color: #BBDBD5;
}
.TagClassName
{
border-color: #BBDBD5;
}
</style>