Shades of Cruise #BFDBD3
Tints of Cruise #BFDBD3
RGB
CMYK
RGB Variations
Color information
#BFDBD3 (or 0xBFDBD3) is known color: Cruise. HEX triplet: BF, DB and D3. RGB value is (191,219,211). Sum of RGB (Red+Green+Blue) = 191+219+211=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBD3 is #40242C. Grayscale: #D1D1D1. Windows color (decimal): -4203565 or 13884351. OLE color: 13884351.
HSL color Cylindrical-coordinate representation of color #BFDBD3: hue angle of 162.86º 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 #BFDBD3 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 211 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.14 |
| HSL | 162.86º | 0.28% | 0.8% | - |
| HSV(B) | 162.86º | 0.13% | 0.86% | - |
| XYZ | 58.58 | 66.44 | 71.37 | - |
| YUV | 209.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 211 | 0.13 | 0 | 0.04 | 0.14 | 162.86 | 0.28 | 0.8 |
| Hex | BF | DB | D3 | D | 0 | 4 | E | A3 | 1C | 50 |
| Octal | 277 | 333 | 323 | 15 | 0 | 4 | 16 | 243 | 34 | 120 |
| Binary | 10111111 | 11011011 | 11010011 | 1101 | 0 | 100 | 1110 | 10100011 | 11100 | 1010000 |
Color Harmonies of #BFDBD3
Complementary color
Monochromatic Colors of #BFDBD3
Black with #BFDBD3
Text Example
Text Example
White with #BFDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBD3; }
p { color: rgb(191,219,211); }
H1.HeaderClassName
{
color: #BFDBD3;
}
.AnyTagClassName
{
color: #BFDBD3;
}
</style>
background-color css
<style>
a { background-color: #BFDBD3; }
a { background-color: rgb(191,219,211); }
div.DivClassName
{
background-color: #BFDBD3;
}
.BgClassName
{
background-color: #BFDBD3;
}
</style>
border-color css
<style>
span { border-color: #BFDBD3; }
span { border-color: rgb(191,219,211); }
td.TdClassName
{
border-color: #BFDBD3;
}
.TagClassName
{
border-color: #BFDBD3;
}
</style>