Shades of Nebula #BED6C8
Tints of Nebula #BED6C8
RGB
CMYK
RGB Variations
Color information
#BED6C8 (or 0xBED6C8) is known color: Nebula. HEX triplet: BE, D6 and C8. RGB value is (190,214,200). Sum of RGB (Red+Green+Blue) = 190+214+200=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6C8 is #412937. Grayscale: #CDCDCD. Windows color (decimal): -4270392 or 13162174. OLE color: 13162174.
HSL color Cylindrical-coordinate representation of color #BED6C8: hue angle of 145º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BED6C8 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 200 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.16 |
| HSL | 145º | 0.23% | 0.79% | - |
| HSV(B) | 145º | 0.11% | 0.84% | - |
| XYZ | 55.71 | 63.21 | 63.91 | - |
| YUV | 205.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 200 | 0.11 | 0 | 0.07 | 0.16 | 145 | 0.23 | 0.79 |
| Hex | BE | D6 | C8 | B | 0 | 7 | 10 | 91 | 17 | 4F |
| Octal | 276 | 326 | 310 | 13 | 0 | 7 | 20 | 221 | 27 | 117 |
| Binary | 10111110 | 11010110 | 11001000 | 1011 | 0 | 111 | 10000 | 10010001 | 10111 | 1001111 |
Color Harmonies of #BED6C8
Complementary color
Monochromatic Colors of #BED6C8
Black with #BED6C8
Text Example
Text Example
White with #BED6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED6C8; }
p { color: rgb(190,214,200); }
H1.HeaderClassName
{
color: #BED6C8;
}
.AnyTagClassName
{
color: #BED6C8;
}
</style>
background-color css
<style>
a { background-color: #BED6C8; }
a { background-color: rgb(190,214,200); }
div.DivClassName
{
background-color: #BED6C8;
}
.BgClassName
{
background-color: #BED6C8;
}
</style>
border-color css
<style>
span { border-color: #BED6C8; }
span { border-color: rgb(190,214,200); }
td.TdClassName
{
border-color: #BED6C8;
}
.TagClassName
{
border-color: #BED6C8;
}
</style>