Shades of Cruise #BEDFDA
Tints of Cruise #BEDFDA
RGB
CMYK
RGB Variations
Color information
#BEDFDA (or 0xBEDFDA) is known color: Cruise. HEX triplet: BE, DF and DA. RGB value is (190,223,218). Sum of RGB (Red+Green+Blue) = 190+223+218=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFDA is #412025. Grayscale: #D4D4D4. Windows color (decimal): -4268070 or 14344126. OLE color: 14344126.
HSL color Cylindrical-coordinate representation of color #BEDFDA: hue angle of 170.91º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFDA is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 218 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.13 |
| HSL | 170.91º | 0.34% | 0.81% | - |
| HSV(B) | 170.91º | 0.15% | 0.87% | - |
| XYZ | 60.28 | 68.78 | 76.43 | - |
| YUV | 212.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 218 | 0.15 | 0 | 0.02 | 0.13 | 170.91 | 0.34 | 0.81 |
| Hex | BE | DF | DA | F | 0 | 2 | D | AB | 22 | 51 |
| Octal | 276 | 337 | 332 | 17 | 0 | 2 | 15 | 253 | 42 | 121 |
| Binary | 10111110 | 11011111 | 11011010 | 1111 | 0 | 10 | 1101 | 10101011 | 100010 | 1010001 |
Color Harmonies of #BEDFDA
Complementary color
Monochromatic Colors of #BEDFDA
Black with #BEDFDA
Text Example
Text Example
White with #BEDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFDA; }
p { color: rgb(190,223,218); }
H1.HeaderClassName
{
color: #BEDFDA;
}
.AnyTagClassName
{
color: #BEDFDA;
}
</style>
background-color css
<style>
a { background-color: #BEDFDA; }
a { background-color: rgb(190,223,218); }
div.DivClassName
{
background-color: #BEDFDA;
}
.BgClassName
{
background-color: #BEDFDA;
}
</style>
border-color css
<style>
span { border-color: #BEDFDA; }
span { border-color: rgb(190,223,218); }
td.TdClassName
{
border-color: #BEDFDA;
}
.TagClassName
{
border-color: #BEDFDA;
}
</style>