Shades of Cruise #BBE0DA
Tints of Cruise #BBE0DA
RGB
CMYK
RGB Variations
Color information
#BBE0DA (or 0xBBE0DA) is known color: Cruise. HEX triplet: BB, E0 and DA. RGB value is (187,224,218). Sum of RGB (Red+Green+Blue) = 187+224+218=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0DA is #441F25. Grayscale: #D4D4D4. Windows color (decimal): -4464422 or 14344379. OLE color: 14344379.
HSL color Cylindrical-coordinate representation of color #BBE0DA: hue angle of 170.27º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE0DA is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 218 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.12 |
| HSL | 170.27º | 0.37% | 0.81% | - |
| HSV(B) | 170.27º | 0.17% | 0.88% | - |
| XYZ | 59.8 | 68.94 | 76.48 | - |
| YUV | 212.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 218 | 0.17 | 0 | 0.03 | 0.12 | 170.27 | 0.37 | 0.81 |
| Hex | BB | E0 | DA | 11 | 0 | 3 | C | AA | 25 | 51 |
| Octal | 273 | 340 | 332 | 21 | 0 | 3 | 14 | 252 | 45 | 121 |
| Binary | 10111011 | 11100000 | 11011010 | 10001 | 0 | 11 | 1100 | 10101010 | 100101 | 1010001 |
Color Harmonies of #BBE0DA
Complementary color
Monochromatic Colors of #BBE0DA
Black with #BBE0DA
Text Example
Text Example
White with #BBE0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0DA; }
p { color: rgb(187,224,218); }
H1.HeaderClassName
{
color: #BBE0DA;
}
.AnyTagClassName
{
color: #BBE0DA;
}
</style>
background-color css
<style>
a { background-color: #BBE0DA; }
a { background-color: rgb(187,224,218); }
div.DivClassName
{
background-color: #BBE0DA;
}
.BgClassName
{
background-color: #BBE0DA;
}
</style>
border-color css
<style>
span { border-color: #BBE0DA; }
span { border-color: rgb(187,224,218); }
td.TdClassName
{
border-color: #BBE0DA;
}
.TagClassName
{
border-color: #BBE0DA;
}
</style>