Shades of Cruise #BBDFD2
Tints of Cruise #BBDFD2
RGB
CMYK
RGB Variations
Color information
#BBDFD2 (or 0xBBDFD2) is known color: Cruise. HEX triplet: BB, DF and D2. RGB value is (187,223,210). Sum of RGB (Red+Green+Blue) = 187+223+210=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFD2 is #44202D. Grayscale: #D2D2D2. Windows color (decimal): -4464686 or 13819835. OLE color: 13819835.
HSL color Cylindrical-coordinate representation of color #BBDFD2: hue angle of 158.33º degrees, saturation: 0.36, 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 #BBDFD2 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 210 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.13 |
| HSL | 158.33º | 0.36% | 0.8% | - |
| HSV(B) | 158.33º | 0.16% | 0.87% | - |
| XYZ | 58.51 | 67.99 | 71.01 | - |
| YUV | 210.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 210 | 0.16 | 0 | 0.06 | 0.13 | 158.33 | 0.36 | 0.8 |
| Hex | BB | DF | D2 | 10 | 0 | 6 | D | 9E | 24 | 50 |
| Octal | 273 | 337 | 322 | 20 | 0 | 6 | 15 | 236 | 44 | 120 |
| Binary | 10111011 | 11011111 | 11010010 | 10000 | 0 | 110 | 1101 | 10011110 | 100100 | 1010000 |
Color Harmonies of #BBDFD2
Complementary color
Monochromatic Colors of #BBDFD2
Black with #BBDFD2
Text Example
Text Example
White with #BBDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFD2; }
p { color: rgb(187,223,210); }
H1.HeaderClassName
{
color: #BBDFD2;
}
.AnyTagClassName
{
color: #BBDFD2;
}
</style>
background-color css
<style>
a { background-color: #BBDFD2; }
a { background-color: rgb(187,223,210); }
div.DivClassName
{
background-color: #BBDFD2;
}
.BgClassName
{
background-color: #BBDFD2;
}
</style>
border-color css
<style>
span { border-color: #BBDFD2; }
span { border-color: rgb(187,223,210); }
td.TdClassName
{
border-color: #BBDFD2;
}
.TagClassName
{
border-color: #BBDFD2;
}
</style>