Shades of Cruise #BFDED8
Tints of Cruise #BFDED8
RGB
CMYK
RGB Variations
Color information
#BFDED8 (or 0xBFDED8) is known color: Cruise. HEX triplet: BF, DE and D8. RGB value is (191,222,216). Sum of RGB (Red+Green+Blue) = 191+222+216=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDED8 is #402127. Grayscale: #D4D4D4. Windows color (decimal): -4202792 or 14212799. OLE color: 14212799.
HSL color Cylindrical-coordinate representation of color #BFDED8: hue angle of 168.39º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDED8 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 216 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.13 |
| HSL | 168.39º | 0.32% | 0.81% | - |
| HSV(B) | 168.39º | 0.14% | 0.87% | - |
| XYZ | 60 | 68.28 | 74.98 | - |
| YUV | 212.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 216 | 0.14 | 0 | 0.03 | 0.13 | 168.39 | 0.32 | 0.81 |
| Hex | BF | DE | D8 | E | 0 | 3 | D | A8 | 20 | 51 |
| Octal | 277 | 336 | 330 | 16 | 0 | 3 | 15 | 250 | 40 | 121 |
| Binary | 10111111 | 11011110 | 11011000 | 1110 | 0 | 11 | 1101 | 10101000 | 100000 | 1010001 |
Color Harmonies of #BFDED8
Complementary color
Monochromatic Colors of #BFDED8
Black with #BFDED8
Text Example
Text Example
White with #BFDED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDED8; }
p { color: rgb(191,222,216); }
H1.HeaderClassName
{
color: #BFDED8;
}
.AnyTagClassName
{
color: #BFDED8;
}
</style>
background-color css
<style>
a { background-color: #BFDED8; }
a { background-color: rgb(191,222,216); }
div.DivClassName
{
background-color: #BFDED8;
}
.BgClassName
{
background-color: #BFDED8;
}
</style>
border-color css
<style>
span { border-color: #BFDED8; }
span { border-color: rgb(191,222,216); }
td.TdClassName
{
border-color: #BFDED8;
}
.TagClassName
{
border-color: #BFDED8;
}
</style>