Shades of Cruise #BDDDD2
Tints of Cruise #BDDDD2
RGB
CMYK
RGB Variations
Color information
#BDDDD2 (or 0xBDDDD2) is known color: Cruise. HEX triplet: BD, DD and D2. RGB value is (189,221,210). Sum of RGB (Red+Green+Blue) = 189+221+210=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDD2 is #42222D. Grayscale: #D2D2D2. Windows color (decimal): -4334126 or 13819325. OLE color: 13819325.
HSL color Cylindrical-coordinate representation of color #BDDDD2: hue angle of 159.38º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDD2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 210 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.13 |
| HSL | 159.38º | 0.32% | 0.8% | - |
| HSV(B) | 159.38º | 0.14% | 0.87% | - |
| XYZ | 58.48 | 67.18 | 70.86 | - |
| YUV | 210.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 210 | 0.14 | 0 | 0.05 | 0.13 | 159.38 | 0.32 | 0.8 |
| Hex | BD | DD | D2 | E | 0 | 5 | D | 9F | 20 | 50 |
| Octal | 275 | 335 | 322 | 16 | 0 | 5 | 15 | 237 | 40 | 120 |
| Binary | 10111101 | 11011101 | 11010010 | 1110 | 0 | 101 | 1101 | 10011111 | 100000 | 1010000 |
Color Harmonies of #BDDDD2
Complementary color
Monochromatic Colors of #BDDDD2
Black with #BDDDD2
Text Example
Text Example
White with #BDDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDD2; }
p { color: rgb(189,221,210); }
H1.HeaderClassName
{
color: #BDDDD2;
}
.AnyTagClassName
{
color: #BDDDD2;
}
</style>
background-color css
<style>
a { background-color: #BDDDD2; }
a { background-color: rgb(189,221,210); }
div.DivClassName
{
background-color: #BDDDD2;
}
.BgClassName
{
background-color: #BDDDD2;
}
</style>
border-color css
<style>
span { border-color: #BDDDD2; }
span { border-color: rgb(189,221,210); }
td.TdClassName
{
border-color: #BDDDD2;
}
.TagClassName
{
border-color: #BDDDD2;
}
</style>