Shades of Cruise #BCDBD3
Tints of Cruise #BCDBD3
RGB
CMYK
RGB Variations
Color information
#BCDBD3 (or 0xBCDBD3) is known color: Cruise. HEX triplet: BC, DB and D3. RGB value is (188,219,211). Sum of RGB (Red+Green+Blue) = 188+219+211=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBD3 is #43242C. Grayscale: #D0D0D0. Windows color (decimal): -4400173 or 13884348. OLE color: 13884348.
HSL color Cylindrical-coordinate representation of color #BCDBD3: hue angle of 164.52º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDBD3 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 211 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.14 |
| HSL | 164.52º | 0.3% | 0.8% | - |
| HSV(B) | 164.52º | 0.14% | 0.86% | - |
| XYZ | 57.83 | 66.06 | 71.33 | - |
| YUV | 208.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 211 | 0.14 | 0 | 0.04 | 0.14 | 164.52 | 0.3 | 0.8 |
| Hex | BC | DB | D3 | E | 0 | 4 | E | A5 | 1E | 50 |
| Octal | 274 | 333 | 323 | 16 | 0 | 4 | 16 | 245 | 36 | 120 |
| Binary | 10111100 | 11011011 | 11010011 | 1110 | 0 | 100 | 1110 | 10100101 | 11110 | 1010000 |
Color Harmonies of #BCDBD3
Complementary color
Monochromatic Colors of #BCDBD3
Black with #BCDBD3
Text Example
Text Example
White with #BCDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBD3; }
p { color: rgb(188,219,211); }
H1.HeaderClassName
{
color: #BCDBD3;
}
.AnyTagClassName
{
color: #BCDBD3;
}
</style>
background-color css
<style>
a { background-color: #BCDBD3; }
a { background-color: rgb(188,219,211); }
div.DivClassName
{
background-color: #BCDBD3;
}
.BgClassName
{
background-color: #BCDBD3;
}
</style>
border-color css
<style>
span { border-color: #BCDBD3; }
span { border-color: rgb(188,219,211); }
td.TdClassName
{
border-color: #BCDBD3;
}
.TagClassName
{
border-color: #BCDBD3;
}
</style>