Shades of Nebula #BED0C5
Tints of Nebula #BED0C5
RGB
CMYK
RGB Variations
Color information
#BED0C5 (or 0xBED0C5) is known color: Nebula. HEX triplet: BE, D0 and C5. RGB value is (190,208,197). Sum of RGB (Red+Green+Blue) = 190+208+197=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0C5 is #412F3A. Grayscale: #C9C9C9. Windows color (decimal): -4271931 or 12964030. OLE color: 12964030.
HSL color Cylindrical-coordinate representation of color #BED0C5: hue angle of 143.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BED0C5 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 197 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.18 |
| HSL | 143.33º | 0.16% | 0.78% | - |
| HSV(B) | 143.33º | 0.09% | 0.82% | - |
| XYZ | 53.87 | 60.09 | 61.58 | - |
| YUV | 201.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 197 | 0.09 | 0 | 0.05 | 0.18 | 143.33 | 0.16 | 0.78 |
| Hex | BE | D0 | C5 | 9 | 0 | 5 | 12 | 8F | 10 | 4E |
| Octal | 276 | 320 | 305 | 11 | 0 | 5 | 22 | 217 | 20 | 116 |
| Binary | 10111110 | 11010000 | 11000101 | 1001 | 0 | 101 | 10010 | 10001111 | 10000 | 1001110 |
Color Harmonies of #BED0C5
Complementary color
Monochromatic Colors of #BED0C5
Black with #BED0C5
Text Example
Text Example
White with #BED0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0C5; }
p { color: rgb(190,208,197); }
H1.HeaderClassName
{
color: #BED0C5;
}
.AnyTagClassName
{
color: #BED0C5;
}
</style>
background-color css
<style>
a { background-color: #BED0C5; }
a { background-color: rgb(190,208,197); }
div.DivClassName
{
background-color: #BED0C5;
}
.BgClassName
{
background-color: #BED0C5;
}
</style>
border-color css
<style>
span { border-color: #BED0C5; }
span { border-color: rgb(190,208,197); }
td.TdClassName
{
border-color: #BED0C5;
}
.TagClassName
{
border-color: #BED0C5;
}
</style>