Shades of Cruise #BDDFD4
Tints of Cruise #BDDFD4
RGB
CMYK
RGB Variations
Color information
#BDDFD4 (or 0xBDDFD4) is known color: Cruise. HEX triplet: BD, DF and D4. RGB value is (189,223,212). Sum of RGB (Red+Green+Blue) = 189+223+212=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFD4 is #42202B. Grayscale: #D3D3D3. Windows color (decimal): -4333612 or 13950909. OLE color: 13950909.
HSL color Cylindrical-coordinate representation of color #BDDFD4: hue angle of 160.59º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFD4 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 212 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.13 |
| HSL | 160.59º | 0.35% | 0.81% | - |
| HSV(B) | 160.59º | 0.15% | 0.87% | - |
| XYZ | 59.26 | 68.35 | 72.36 | - |
| YUV | 211.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 212 | 0.15 | 0 | 0.05 | 0.13 | 160.59 | 0.35 | 0.81 |
| Hex | BD | DF | D4 | F | 0 | 5 | D | A1 | 23 | 51 |
| Octal | 275 | 337 | 324 | 17 | 0 | 5 | 15 | 241 | 43 | 121 |
| Binary | 10111101 | 11011111 | 11010100 | 1111 | 0 | 101 | 1101 | 10100001 | 100011 | 1010001 |
Color Harmonies of #BDDFD4
Complementary color
Monochromatic Colors of #BDDFD4
Black with #BDDFD4
Text Example
Text Example
White with #BDDFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFD4; }
p { color: rgb(189,223,212); }
H1.HeaderClassName
{
color: #BDDFD4;
}
.AnyTagClassName
{
color: #BDDFD4;
}
</style>
background-color css
<style>
a { background-color: #BDDFD4; }
a { background-color: rgb(189,223,212); }
div.DivClassName
{
background-color: #BDDFD4;
}
.BgClassName
{
background-color: #BDDFD4;
}
</style>
border-color css
<style>
span { border-color: #BDDFD4; }
span { border-color: rgb(189,223,212); }
td.TdClassName
{
border-color: #BDDFD4;
}
.TagClassName
{
border-color: #BDDFD4;
}
</style>