Shades of Cruise #BFE2D8
Tints of Cruise #BFE2D8
RGB
CMYK
RGB Variations
Color information
#BFE2D8 (or 0xBFE2D8) is known color: Cruise. HEX triplet: BF, E2 and D8. RGB value is (191,226,216). Sum of RGB (Red+Green+Blue) = 191+226+216=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2D8 is #401D27. Grayscale: #D6D6D6. Windows color (decimal): -4201768 or 14213823. OLE color: 14213823.
HSL color Cylindrical-coordinate representation of color #BFE2D8: hue angle of 162.86º 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 #BFE2D8 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 216 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.11 |
| HSL | 162.86º | 0.38% | 0.82% | - |
| HSV(B) | 162.86º | 0.15% | 0.89% | - |
| XYZ | 61.08 | 70.43 | 75.34 | - |
| YUV | 214.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 216 | 0.15 | 0 | 0.04 | 0.11 | 162.86 | 0.38 | 0.82 |
| Hex | BF | E2 | D8 | F | 0 | 4 | B | A3 | 26 | 52 |
| Octal | 277 | 342 | 330 | 17 | 0 | 4 | 13 | 243 | 46 | 122 |
| Binary | 10111111 | 11100010 | 11011000 | 1111 | 0 | 100 | 1011 | 10100011 | 100110 | 1010010 |
Color Harmonies of #BFE2D8
Complementary color
Monochromatic Colors of #BFE2D8
Black with #BFE2D8
Text Example
Text Example
White with #BFE2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2D8; }
p { color: rgb(191,226,216); }
H1.HeaderClassName
{
color: #BFE2D8;
}
.AnyTagClassName
{
color: #BFE2D8;
}
</style>
background-color css
<style>
a { background-color: #BFE2D8; }
a { background-color: rgb(191,226,216); }
div.DivClassName
{
background-color: #BFE2D8;
}
.BgClassName
{
background-color: #BFE2D8;
}
</style>
border-color css
<style>
span { border-color: #BFE2D8; }
span { border-color: rgb(191,226,216); }
td.TdClassName
{
border-color: #BFE2D8;
}
.TagClassName
{
border-color: #BFE2D8;
}
</style>