Shades of Cruise #BFE3DA
Tints of Cruise #BFE3DA
RGB
CMYK
RGB Variations
Color information
#BFE3DA (or 0xBFE3DA) is known color: Cruise. HEX triplet: BF, E3 and DA. RGB value is (191,227,218). Sum of RGB (Red+Green+Blue) = 191+227+218=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3DA is #401C25. Grayscale: #D7D7D7. Windows color (decimal): -4201510 or 14345151. OLE color: 14345151.
HSL color Cylindrical-coordinate representation of color #BFE3DA: hue angle of 165º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3DA is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 218 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.11 |
| HSL | 165º | 0.39% | 0.82% | - |
| HSV(B) | 165º | 0.16% | 0.89% | - |
| XYZ | 61.61 | 71.08 | 76.8 | - |
| YUV | 215.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 218 | 0.16 | 0 | 0.04 | 0.11 | 165 | 0.39 | 0.82 |
| Hex | BF | E3 | DA | 10 | 0 | 4 | B | A5 | 27 | 52 |
| Octal | 277 | 343 | 332 | 20 | 0 | 4 | 13 | 245 | 47 | 122 |
| Binary | 10111111 | 11100011 | 11011010 | 10000 | 0 | 100 | 1011 | 10100101 | 100111 | 1010010 |
Color Harmonies of #BFE3DA
Complementary color
Monochromatic Colors of #BFE3DA
Black with #BFE3DA
Text Example
Text Example
White with #BFE3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3DA; }
p { color: rgb(191,227,218); }
H1.HeaderClassName
{
color: #BFE3DA;
}
.AnyTagClassName
{
color: #BFE3DA;
}
</style>
background-color css
<style>
a { background-color: #BFE3DA; }
a { background-color: rgb(191,227,218); }
div.DivClassName
{
background-color: #BFE3DA;
}
.BgClassName
{
background-color: #BFE3DA;
}
</style>
border-color css
<style>
span { border-color: #BFE3DA; }
span { border-color: rgb(191,227,218); }
td.TdClassName
{
border-color: #BFE3DA;
}
.TagClassName
{
border-color: #BFE3DA;
}
</style>