Shades of Cruise #BEDFD3
Tints of Cruise #BEDFD3
RGB
CMYK
RGB Variations
Color information
#BEDFD3 (or 0xBEDFD3) is known color: Cruise. HEX triplet: BE, DF and D3. RGB value is (190,223,211). Sum of RGB (Red+Green+Blue) = 190+223+211=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFD3 is #41202C. Grayscale: #D3D3D3. Windows color (decimal): -4268077 or 13885374. OLE color: 13885374.
HSL color Cylindrical-coordinate representation of color #BEDFD3: hue angle of 158.18º 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 #BEDFD3 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 190 | 223 | 211 | - |
CMYK | 0.15 | 0 | 0.05 | 0.13 |
HSL | 158.18º | 0.34% | 0.81% | - |
HSV(B) | 158.18º | 0.15% | 0.87% | - |
XYZ | 59.38 | 68.43 | 71.71 | - |
YUV | 211.77 | 127.57 | 112.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 223 | 211 | 0.15 | 0 | 0.05 | 0.13 | 158.18 | 0.34 | 0.81 |
Hex | BE | DF | D3 | F | 0 | 5 | D | 9E | 22 | 51 |
Octal | 276 | 337 | 323 | 17 | 0 | 5 | 15 | 236 | 42 | 121 |
Binary | 10111110 | 11011111 | 11010011 | 1111 | 0 | 101 | 1101 | 10011110 | 100010 | 1010001 |
Color Harmonies of #BEDFD3
Complementary color
Monochromatic Colors of #BEDFD3
Black with #BEDFD3
Text Example
Text Example
White with #BEDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFD3; }
p { color: rgb(190,223,211); }
H1.HeaderClassName
{
color: #BEDFD3;
}
.AnyTagClassName
{
color: #BEDFD3;
}
</style>
background-color css
<style>
a { background-color: #BEDFD3; }
a { background-color: rgb(190,223,211); }
div.DivClassName
{
background-color: #BEDFD3;
}
.BgClassName
{
background-color: #BEDFD3;
}
</style>
border-color css
<style>
span { border-color: #BEDFD3; }
span { border-color: rgb(190,223,211); }
td.TdClassName
{
border-color: #BEDFD3;
}
.TagClassName
{
border-color: #BEDFD3;
}
</style>