Shades of Cruise #BFDFD8
Tints of Cruise #BFDFD8
RGB
CMYK
RGB Variations
Color information
#BFDFD8 (or 0xBFDFD8) is known color: Cruise. HEX triplet: BF, DF and D8. RGB value is (191,223,216). Sum of RGB (Red+Green+Blue) = 191+223+216=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFD8 is #402027. Grayscale: #D4D4D4. Windows color (decimal): -4202536 or 14213055. OLE color: 14213055.
HSL color Cylindrical-coordinate representation of color #BFDFD8: hue angle of 166.88º degrees, saturation: 0.33, 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 #BFDFD8 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 216 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.13 |
| HSL | 166.88º | 0.33% | 0.81% | - |
| HSV(B) | 166.88º | 0.14% | 0.87% | - |
| XYZ | 60.27 | 68.81 | 75.07 | - |
| YUV | 212.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 216 | 0.14 | 0 | 0.03 | 0.13 | 166.88 | 0.33 | 0.81 |
| Hex | BF | DF | D8 | E | 0 | 3 | D | A7 | 21 | 51 |
| Octal | 277 | 337 | 330 | 16 | 0 | 3 | 15 | 247 | 41 | 121 |
| Binary | 10111111 | 11011111 | 11011000 | 1110 | 0 | 11 | 1101 | 10100111 | 100001 | 1010001 |
Color Harmonies of #BFDFD8
Complementary color
Monochromatic Colors of #BFDFD8
Black with #BFDFD8
Text Example
Text Example
White with #BFDFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFD8; }
p { color: rgb(191,223,216); }
H1.HeaderClassName
{
color: #BFDFD8;
}
.AnyTagClassName
{
color: #BFDFD8;
}
</style>
background-color css
<style>
a { background-color: #BFDFD8; }
a { background-color: rgb(191,223,216); }
div.DivClassName
{
background-color: #BFDFD8;
}
.BgClassName
{
background-color: #BFDFD8;
}
</style>
border-color css
<style>
span { border-color: #BFDFD8; }
span { border-color: rgb(191,223,216); }
td.TdClassName
{
border-color: #BFDFD8;
}
.TagClassName
{
border-color: #BFDFD8;
}
</style>