Shades of Cruise #BFE2D7
Tints of Cruise #BFE2D7
RGB
CMYK
RGB Variations
Color information
#BFE2D7 (or 0xBFE2D7) is known color: Cruise. HEX triplet: BF, E2 and D7. RGB value is (191,226,215). Sum of RGB (Red+Green+Blue) = 191+226+215=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2D7 is #401D28. Grayscale: #D6D6D6. Windows color (decimal): -4201769 or 14148287. OLE color: 14148287.
HSL color Cylindrical-coordinate representation of color #BFE2D7: hue angle of 161.14º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE2D7 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 215 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.11 |
| HSL | 161.14º | 0.38% | 0.82% | - |
| HSV(B) | 161.14º | 0.15% | 0.89% | - |
| XYZ | 60.95 | 70.38 | 74.66 | - |
| YUV | 214.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 215 | 0.15 | 0 | 0.05 | 0.11 | 161.14 | 0.38 | 0.82 |
| Hex | BF | E2 | D7 | F | 0 | 5 | B | A1 | 26 | 52 |
| Octal | 277 | 342 | 327 | 17 | 0 | 5 | 13 | 241 | 46 | 122 |
| Binary | 10111111 | 11100010 | 11010111 | 1111 | 0 | 101 | 1011 | 10100001 | 100110 | 1010010 |
Color Harmonies of #BFE2D7
Complementary color
Monochromatic Colors of #BFE2D7
Black with #BFE2D7
Text Example
Text Example
White with #BFE2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2D7; }
p { color: rgb(191,226,215); }
H1.HeaderClassName
{
color: #BFE2D7;
}
.AnyTagClassName
{
color: #BFE2D7;
}
</style>
background-color css
<style>
a { background-color: #BFE2D7; }
a { background-color: rgb(191,226,215); }
div.DivClassName
{
background-color: #BFE2D7;
}
.BgClassName
{
background-color: #BFE2D7;
}
</style>
border-color css
<style>
span { border-color: #BFE2D7; }
span { border-color: rgb(191,226,215); }
td.TdClassName
{
border-color: #BFE2D7;
}
.TagClassName
{
border-color: #BFE2D7;
}
</style>