Shades of Cruise #BBE3DA
Tints of Cruise #BBE3DA
RGB
CMYK
RGB Variations
Color information
#BBE3DA (or 0xBBE3DA) is known color: Cruise. HEX triplet: BB, E3 and DA. RGB value is (187,227,218). Sum of RGB (Red+Green+Blue) = 187+227+218=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3DA is #441C25. Grayscale: #D6D6D6. Windows color (decimal): -4463654 or 14345147. OLE color: 14345147.
HSL color Cylindrical-coordinate representation of color #BBE3DA: hue angle of 166.5º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE3DA is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 218 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.11 |
| HSL | 166.5º | 0.42% | 0.81% | - |
| HSV(B) | 166.5º | 0.18% | 0.89% | - |
| XYZ | 60.62 | 70.56 | 76.76 | - |
| YUV | 214.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 218 | 0.18 | 0 | 0.04 | 0.11 | 166.5 | 0.42 | 0.81 |
| Hex | BB | E3 | DA | 12 | 0 | 4 | B | A6 | 2A | 51 |
| Octal | 273 | 343 | 332 | 22 | 0 | 4 | 13 | 246 | 52 | 121 |
| Binary | 10111011 | 11100011 | 11011010 | 10010 | 0 | 100 | 1011 | 10100110 | 101010 | 1010001 |
Color Harmonies of #BBE3DA
Complementary color
Monochromatic Colors of #BBE3DA
Black with #BBE3DA
Text Example
Text Example
White with #BBE3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE3DA; }
p { color: rgb(187,227,218); }
H1.HeaderClassName
{
color: #BBE3DA;
}
.AnyTagClassName
{
color: #BBE3DA;
}
</style>
background-color css
<style>
a { background-color: #BBE3DA; }
a { background-color: rgb(187,227,218); }
div.DivClassName
{
background-color: #BBE3DA;
}
.BgClassName
{
background-color: #BBE3DA;
}
</style>
border-color css
<style>
span { border-color: #BBE3DA; }
span { border-color: rgb(187,227,218); }
td.TdClassName
{
border-color: #BBE3DA;
}
.TagClassName
{
border-color: #BBE3DA;
}
</style>