Shades of Cruise #BFDDD7
Tints of Cruise #BFDDD7
RGB
CMYK
RGB Variations
Color information
#BFDDD7 (or 0xBFDDD7) is known color: Cruise. HEX triplet: BF, DD and D7. RGB value is (191,221,215). Sum of RGB (Red+Green+Blue) = 191+221+215=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDD7 is #402228. Grayscale: #D3D3D3. Windows color (decimal): -4203049 or 14147007. OLE color: 14147007.
HSL color Cylindrical-coordinate representation of color #BFDDD7: hue angle of 168º degrees, saturation: 0.31, 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 #BFDDD7 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 215 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.13 |
| HSL | 168º | 0.31% | 0.81% | - |
| HSV(B) | 168º | 0.14% | 0.87% | - |
| XYZ | 59.61 | 67.7 | 74.21 | - |
| YUV | 211.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 215 | 0.14 | 0 | 0.03 | 0.13 | 168 | 0.31 | 0.81 |
| Hex | BF | DD | D7 | E | 0 | 3 | D | A8 | 1F | 51 |
| Octal | 277 | 335 | 327 | 16 | 0 | 3 | 15 | 250 | 37 | 121 |
| Binary | 10111111 | 11011101 | 11010111 | 1110 | 0 | 11 | 1101 | 10101000 | 11111 | 1010001 |
Color Harmonies of #BFDDD7
Complementary color
Monochromatic Colors of #BFDDD7
Black with #BFDDD7
Text Example
Text Example
White with #BFDDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDD7; }
p { color: rgb(191,221,215); }
H1.HeaderClassName
{
color: #BFDDD7;
}
.AnyTagClassName
{
color: #BFDDD7;
}
</style>
background-color css
<style>
a { background-color: #BFDDD7; }
a { background-color: rgb(191,221,215); }
div.DivClassName
{
background-color: #BFDDD7;
}
.BgClassName
{
background-color: #BFDDD7;
}
</style>
border-color css
<style>
span { border-color: #BFDDD7; }
span { border-color: rgb(191,221,215); }
td.TdClassName
{
border-color: #BFDDD7;
}
.TagClassName
{
border-color: #BFDDD7;
}
</style>