Shades of Cruise #BBE0D3
Tints of Cruise #BBE0D3
RGB
CMYK
RGB Variations
Color information
#BBE0D3 (or 0xBBE0D3) is known color: Cruise. HEX triplet: BB, E0 and D3. RGB value is (187,224,211). Sum of RGB (Red+Green+Blue) = 187+224+211=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0D3 is #441F2C. Grayscale: #D3D3D3. Windows color (decimal): -4464429 or 13885627. OLE color: 13885627.
HSL color Cylindrical-coordinate representation of color #BBE0D3: hue angle of 158.92º 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 #BBE0D3 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 211 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.12 |
| HSL | 158.92º | 0.37% | 0.81% | - |
| HSV(B) | 158.92º | 0.17% | 0.88% | - |
| XYZ | 58.91 | 68.58 | 71.76 | - |
| YUV | 211.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 211 | 0.17 | 0 | 0.06 | 0.12 | 158.92 | 0.37 | 0.81 |
| Hex | BB | E0 | D3 | 11 | 0 | 6 | C | 9F | 25 | 51 |
| Octal | 273 | 340 | 323 | 21 | 0 | 6 | 14 | 237 | 45 | 121 |
| Binary | 10111011 | 11100000 | 11010011 | 10001 | 0 | 110 | 1100 | 10011111 | 100101 | 1010001 |
Color Harmonies of #BBE0D3
Complementary color
Monochromatic Colors of #BBE0D3
Black with #BBE0D3
Text Example
Text Example
White with #BBE0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0D3; }
p { color: rgb(187,224,211); }
H1.HeaderClassName
{
color: #BBE0D3;
}
.AnyTagClassName
{
color: #BBE0D3;
}
</style>
background-color css
<style>
a { background-color: #BBE0D3; }
a { background-color: rgb(187,224,211); }
div.DivClassName
{
background-color: #BBE0D3;
}
.BgClassName
{
background-color: #BBE0D3;
}
</style>
border-color css
<style>
span { border-color: #BBE0D3; }
span { border-color: rgb(187,224,211); }
td.TdClassName
{
border-color: #BBE0D3;
}
.TagClassName
{
border-color: #BBE0D3;
}
</style>