Shades of Cruise #BFDCD7
Tints of Cruise #BFDCD7
RGB
CMYK
RGB Variations
Color information
#BFDCD7 (or 0xBFDCD7) is known color: Cruise. HEX triplet: BF, DC and D7. RGB value is (191,220,215). Sum of RGB (Red+Green+Blue) = 191+220+215=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCD7 is #402328. Grayscale: #D2D2D2. Windows color (decimal): -4203305 or 14146751. OLE color: 14146751.
HSL color Cylindrical-coordinate representation of color #BFDCD7: hue angle of 169.66º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDCD7 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 215 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.14 |
| HSL | 169.66º | 0.29% | 0.81% | - |
| HSV(B) | 169.66º | 0.13% | 0.86% | - |
| XYZ | 59.34 | 67.17 | 74.13 | - |
| YUV | 210.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 215 | 0.13 | 0 | 0.02 | 0.14 | 169.66 | 0.29 | 0.81 |
| Hex | BF | DC | D7 | D | 0 | 2 | E | AA | 1D | 51 |
| Octal | 277 | 334 | 327 | 15 | 0 | 2 | 16 | 252 | 35 | 121 |
| Binary | 10111111 | 11011100 | 11010111 | 1101 | 0 | 10 | 1110 | 10101010 | 11101 | 1010001 |
Color Harmonies of #BFDCD7
Complementary color
Monochromatic Colors of #BFDCD7
Black with #BFDCD7
Text Example
Text Example
White with #BFDCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCD7; }
p { color: rgb(191,220,215); }
H1.HeaderClassName
{
color: #BFDCD7;
}
.AnyTagClassName
{
color: #BFDCD7;
}
</style>
background-color css
<style>
a { background-color: #BFDCD7; }
a { background-color: rgb(191,220,215); }
div.DivClassName
{
background-color: #BFDCD7;
}
.BgClassName
{
background-color: #BFDCD7;
}
</style>
border-color css
<style>
span { border-color: #BFDCD7; }
span { border-color: rgb(191,220,215); }
td.TdClassName
{
border-color: #BFDCD7;
}
.TagClassName
{
border-color: #BFDCD7;
}
</style>