Shades of Cruise #BBDCD2
Tints of Cruise #BBDCD2
RGB
CMYK
RGB Variations
Color information
#BBDCD2 (or 0xBBDCD2) is known color: Cruise. HEX triplet: BB, DC and D2. RGB value is (187,220,210). Sum of RGB (Red+Green+Blue) = 187+220+210=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCD2 is #44232D. Grayscale: #D0D0D0. Windows color (decimal): -4465454 or 13819067. OLE color: 13819067.
HSL color Cylindrical-coordinate representation of color #BBDCD2: hue angle of 161.82º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDCD2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 210 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.14 |
| HSL | 161.82º | 0.32% | 0.8% | - |
| HSV(B) | 161.82º | 0.15% | 0.86% | - |
| XYZ | 57.72 | 66.4 | 70.75 | - |
| YUV | 208.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 210 | 0.15 | 0 | 0.05 | 0.14 | 161.82 | 0.32 | 0.8 |
| Hex | BB | DC | D2 | F | 0 | 5 | E | A2 | 20 | 50 |
| Octal | 273 | 334 | 322 | 17 | 0 | 5 | 16 | 242 | 40 | 120 |
| Binary | 10111011 | 11011100 | 11010010 | 1111 | 0 | 101 | 1110 | 10100010 | 100000 | 1010000 |
Color Harmonies of #BBDCD2
Complementary color
Monochromatic Colors of #BBDCD2
Black with #BBDCD2
Text Example
Text Example
White with #BBDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCD2; }
p { color: rgb(187,220,210); }
H1.HeaderClassName
{
color: #BBDCD2;
}
.AnyTagClassName
{
color: #BBDCD2;
}
</style>
background-color css
<style>
a { background-color: #BBDCD2; }
a { background-color: rgb(187,220,210); }
div.DivClassName
{
background-color: #BBDCD2;
}
.BgClassName
{
background-color: #BBDCD2;
}
</style>
border-color css
<style>
span { border-color: #BBDCD2; }
span { border-color: rgb(187,220,210); }
td.TdClassName
{
border-color: #BBDCD2;
}
.TagClassName
{
border-color: #BBDCD2;
}
</style>