Shades of Cruise #BBDED1
Tints of Cruise #BBDED1
RGB
CMYK
RGB Variations
Color information
#BBDED1 (or 0xBBDED1) is known color: Cruise. HEX triplet: BB, DE and D1. RGB value is (187,222,209). Sum of RGB (Red+Green+Blue) = 187+222+209=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDED1 is #44212E. Grayscale: #D2D2D2. Windows color (decimal): -4464943 or 13754043. OLE color: 13754043.
HSL color Cylindrical-coordinate representation of color #BBDED1: hue angle of 157.71º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDED1 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 209 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.13 |
| HSL | 157.71º | 0.35% | 0.8% | - |
| HSV(B) | 157.71º | 0.16% | 0.87% | - |
| XYZ | 58.12 | 67.41 | 70.27 | - |
| YUV | 210.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 209 | 0.16 | 0 | 0.06 | 0.13 | 157.71 | 0.35 | 0.8 |
| Hex | BB | DE | D1 | 10 | 0 | 6 | D | 9E | 23 | 50 |
| Octal | 273 | 336 | 321 | 20 | 0 | 6 | 15 | 236 | 43 | 120 |
| Binary | 10111011 | 11011110 | 11010001 | 10000 | 0 | 110 | 1101 | 10011110 | 100011 | 1010000 |
Color Harmonies of #BBDED1
Complementary color
Monochromatic Colors of #BBDED1
Black with #BBDED1
Text Example
Text Example
White with #BBDED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDED1; }
p { color: rgb(187,222,209); }
H1.HeaderClassName
{
color: #BBDED1;
}
.AnyTagClassName
{
color: #BBDED1;
}
</style>
background-color css
<style>
a { background-color: #BBDED1; }
a { background-color: rgb(187,222,209); }
div.DivClassName
{
background-color: #BBDED1;
}
.BgClassName
{
background-color: #BBDED1;
}
</style>
border-color css
<style>
span { border-color: #BBDED1; }
span { border-color: rgb(187,222,209); }
td.TdClassName
{
border-color: #BBDED1;
}
.TagClassName
{
border-color: #BBDED1;
}
</style>