Shades of Cruise #BCDFD2
Tints of Cruise #BCDFD2
RGB
CMYK
RGB Variations
Color information
#BCDFD2 (or 0xBCDFD2) is known color: Cruise. HEX triplet: BC, DF and D2. RGB value is (188,223,210). Sum of RGB (Red+Green+Blue) = 188+223+210=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFD2 is #43202D. Grayscale: #D3D3D3. Windows color (decimal): -4399150 or 13819836. OLE color: 13819836.
HSL color Cylindrical-coordinate representation of color #BCDFD2: hue angle of 157.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFD2 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 210 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.13 |
| HSL | 157.71º | 0.35% | 0.81% | - |
| HSV(B) | 157.71º | 0.16% | 0.87% | - |
| XYZ | 58.76 | 68.12 | 71.02 | - |
| YUV | 211.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 210 | 0.16 | 0 | 0.06 | 0.13 | 157.71 | 0.35 | 0.81 |
| Hex | BC | DF | D2 | 10 | 0 | 6 | D | 9E | 23 | 51 |
| Octal | 274 | 337 | 322 | 20 | 0 | 6 | 15 | 236 | 43 | 121 |
| Binary | 10111100 | 11011111 | 11010010 | 10000 | 0 | 110 | 1101 | 10011110 | 100011 | 1010001 |
Color Harmonies of #BCDFD2
Complementary color
Monochromatic Colors of #BCDFD2
Black with #BCDFD2
Text Example
Text Example
White with #BCDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFD2; }
p { color: rgb(188,223,210); }
H1.HeaderClassName
{
color: #BCDFD2;
}
.AnyTagClassName
{
color: #BCDFD2;
}
</style>
background-color css
<style>
a { background-color: #BCDFD2; }
a { background-color: rgb(188,223,210); }
div.DivClassName
{
background-color: #BCDFD2;
}
.BgClassName
{
background-color: #BCDFD2;
}
</style>
border-color css
<style>
span { border-color: #BCDFD2; }
span { border-color: rgb(188,223,210); }
td.TdClassName
{
border-color: #BCDFD2;
}
.TagClassName
{
border-color: #BCDFD2;
}
</style>