Shades of Cruise #BBE2DA
Tints of Cruise #BBE2DA
RGB
CMYK
RGB Variations
Color information
#BBE2DA (or 0xBBE2DA) is known color: Cruise. HEX triplet: BB, E2 and DA. RGB value is (187,226,218). Sum of RGB (Red+Green+Blue) = 187+226+218=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2DA is #441D25. Grayscale: #D5D5D5. Windows color (decimal): -4463910 or 14344891. OLE color: 14344891.
HSL color Cylindrical-coordinate representation of color #BBE2DA: hue angle of 167.69º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE2DA is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 218 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.11 |
| HSL | 167.69º | 0.4% | 0.81% | - |
| HSV(B) | 167.69º | 0.17% | 0.89% | - |
| XYZ | 60.34 | 70.02 | 76.66 | - |
| YUV | 213.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 218 | 0.17 | 0 | 0.04 | 0.11 | 167.69 | 0.4 | 0.81 |
| Hex | BB | E2 | DA | 11 | 0 | 4 | B | A8 | 28 | 51 |
| Octal | 273 | 342 | 332 | 21 | 0 | 4 | 13 | 250 | 50 | 121 |
| Binary | 10111011 | 11100010 | 11011010 | 10001 | 0 | 100 | 1011 | 10101000 | 101000 | 1010001 |
Color Harmonies of #BBE2DA
Complementary color
Monochromatic Colors of #BBE2DA
Black with #BBE2DA
Text Example
Text Example
White with #BBE2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2DA; }
p { color: rgb(187,226,218); }
H1.HeaderClassName
{
color: #BBE2DA;
}
.AnyTagClassName
{
color: #BBE2DA;
}
</style>
background-color css
<style>
a { background-color: #BBE2DA; }
a { background-color: rgb(187,226,218); }
div.DivClassName
{
background-color: #BBE2DA;
}
.BgClassName
{
background-color: #BBE2DA;
}
</style>
border-color css
<style>
span { border-color: #BBE2DA; }
span { border-color: rgb(187,226,218); }
td.TdClassName
{
border-color: #BBE2DA;
}
.TagClassName
{
border-color: #BBE2DA;
}
</style>