Shades of Cruise #BBDCD5
Tints of Cruise #BBDCD5
RGB
CMYK
RGB Variations
Color information
#BBDCD5 (or 0xBBDCD5) is known color: Cruise. HEX triplet: BB, DC and D5. RGB value is (187,220,213). Sum of RGB (Red+Green+Blue) = 187+220+213=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCD5 is #44232A. Grayscale: #D1D1D1. Windows color (decimal): -4465451 or 14015675. OLE color: 14015675.
HSL color Cylindrical-coordinate representation of color #BBDCD5: hue angle of 167.27º degrees, saturation: 0.32, 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 #BBDCD5 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 213 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.14 |
| HSL | 167.27º | 0.32% | 0.8% | - |
| HSV(B) | 167.27º | 0.15% | 0.86% | - |
| XYZ | 58.1 | 66.56 | 72.74 | - |
| YUV | 209.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 213 | 0.15 | 0 | 0.03 | 0.14 | 167.27 | 0.32 | 0.8 |
| Hex | BB | DC | D5 | F | 0 | 3 | E | A7 | 20 | 50 |
| Octal | 273 | 334 | 325 | 17 | 0 | 3 | 16 | 247 | 40 | 120 |
| Binary | 10111011 | 11011100 | 11010101 | 1111 | 0 | 11 | 1110 | 10100111 | 100000 | 1010000 |
Color Harmonies of #BBDCD5
Complementary color
Monochromatic Colors of #BBDCD5
Black with #BBDCD5
Text Example
Text Example
White with #BBDCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCD5; }
p { color: rgb(187,220,213); }
H1.HeaderClassName
{
color: #BBDCD5;
}
.AnyTagClassName
{
color: #BBDCD5;
}
</style>
background-color css
<style>
a { background-color: #BBDCD5; }
a { background-color: rgb(187,220,213); }
div.DivClassName
{
background-color: #BBDCD5;
}
.BgClassName
{
background-color: #BBDCD5;
}
</style>
border-color css
<style>
span { border-color: #BBDCD5; }
span { border-color: rgb(187,220,213); }
td.TdClassName
{
border-color: #BBDCD5;
}
.TagClassName
{
border-color: #BBDCD5;
}
</style>