Shades of Cruise #BFDBD6
Tints of Cruise #BFDBD6
RGB
CMYK
RGB Variations
Color information
#BFDBD6 (or 0xBFDBD6) is known color: Cruise. HEX triplet: BF, DB and D6. RGB value is (191,219,214). Sum of RGB (Red+Green+Blue) = 191+219+214=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBD6 is #402429. Grayscale: #D2D2D2. Windows color (decimal): -4203562 or 14080959. OLE color: 14080959.
HSL color Cylindrical-coordinate representation of color #BFDBD6: hue angle of 169.29º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDBD6 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 214 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.14 |
| HSL | 169.29º | 0.28% | 0.8% | - |
| HSV(B) | 169.29º | 0.13% | 0.86% | - |
| XYZ | 58.95 | 66.59 | 73.37 | - |
| YUV | 210.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 214 | 0.13 | 0 | 0.02 | 0.14 | 169.29 | 0.28 | 0.8 |
| Hex | BF | DB | D6 | D | 0 | 2 | E | A9 | 1C | 50 |
| Octal | 277 | 333 | 326 | 15 | 0 | 2 | 16 | 251 | 34 | 120 |
| Binary | 10111111 | 11011011 | 11010110 | 1101 | 0 | 10 | 1110 | 10101001 | 11100 | 1010000 |
Color Harmonies of #BFDBD6
Complementary color
Monochromatic Colors of #BFDBD6
Black with #BFDBD6
Text Example
Text Example
White with #BFDBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBD6; }
p { color: rgb(191,219,214); }
H1.HeaderClassName
{
color: #BFDBD6;
}
.AnyTagClassName
{
color: #BFDBD6;
}
</style>
background-color css
<style>
a { background-color: #BFDBD6; }
a { background-color: rgb(191,219,214); }
div.DivClassName
{
background-color: #BFDBD6;
}
.BgClassName
{
background-color: #BFDBD6;
}
</style>
border-color css
<style>
span { border-color: #BFDBD6; }
span { border-color: rgb(191,219,214); }
td.TdClassName
{
border-color: #BFDBD6;
}
.TagClassName
{
border-color: #BFDBD6;
}
</style>