Shades of Cruise #BBE5DA
Tints of Cruise #BBE5DA
RGB
CMYK
RGB Variations
Color information
#BBE5DA (or 0xBBE5DA) is known color: Cruise. HEX triplet: BB, E5 and DA. RGB value is (187,229,218). Sum of RGB (Red+Green+Blue) = 187+229+218=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5DA is #441A25. Grayscale: #D7D7D7. Windows color (decimal): -4463142 or 14345659. OLE color: 14345659.
HSL color Cylindrical-coordinate representation of color #BBE5DA: hue angle of 164.29º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE5DA is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 218 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.10 |
| HSL | 164.29º | 0.45% | 0.82% | - |
| HSV(B) | 164.29º | 0.18% | 0.9% | - |
| XYZ | 61.17 | 71.67 | 76.94 | - |
| YUV | 215.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 218 | 0.18 | 0 | 0.05 | 0.10 | 164.29 | 0.45 | 0.82 |
| Hex | BB | E5 | DA | 12 | 0 | 5 | A | A4 | 2D | 52 |
| Octal | 273 | 345 | 332 | 22 | 0 | 5 | 12 | 244 | 55 | 122 |
| Binary | 10111011 | 11100101 | 11011010 | 10010 | 0 | 101 | 1010 | 10100100 | 101101 | 1010010 |
Color Harmonies of #BBE5DA
Complementary color
Monochromatic Colors of #BBE5DA
Black with #BBE5DA
Text Example
Text Example
White with #BBE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE5DA; }
p { color: rgb(187,229,218); }
H1.HeaderClassName
{
color: #BBE5DA;
}
.AnyTagClassName
{
color: #BBE5DA;
}
</style>
background-color css
<style>
a { background-color: #BBE5DA; }
a { background-color: rgb(187,229,218); }
div.DivClassName
{
background-color: #BBE5DA;
}
.BgClassName
{
background-color: #BBE5DA;
}
</style>
border-color css
<style>
span { border-color: #BBE5DA; }
span { border-color: rgb(187,229,218); }
td.TdClassName
{
border-color: #BBE5DA;
}
.TagClassName
{
border-color: #BBE5DA;
}
</style>