Shades of Nebula #BEC8C2
Tints of Nebula #BEC8C2
RGB
CMYK
RGB Variations
Color information
#BEC8C2 (or 0xBEC8C2) is known color: Nebula. HEX triplet: BE, C8 and C2. RGB value is (190,200,194). Sum of RGB (Red+Green+Blue) = 190+200+194=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8C2 is #41373D. Grayscale: #C4C4C4. Windows color (decimal): -4273982 or 12765374. OLE color: 12765374.
HSL color Cylindrical-coordinate representation of color #BEC8C2: hue angle of 144º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC8C2 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 190 | 200 | 194 | - |
CMYK | 0.05 | 0 | 0.03 | 0.22 |
HSL | 144º | 0.08% | 0.76% | - |
HSV(B) | 144º | 0.05% | 0.78% | - |
XYZ | 51.63 | 56.15 | 59.16 | - |
YUV | 196.33 | 126.69 | 123.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 200 | 194 | 0.05 | 0 | 0.03 | 0.22 | 144 | 0.08 | 0.76 |
Hex | BE | C8 | C2 | 5 | 0 | 3 | 16 | 90 | 8 | 4C |
Octal | 276 | 310 | 302 | 5 | 0 | 3 | 26 | 220 | 10 | 114 |
Binary | 10111110 | 11001000 | 11000010 | 101 | 0 | 11 | 10110 | 10010000 | 1000 | 1001100 |
Color Harmonies of #BEC8C2
Complementary color
Monochromatic Colors of #BEC8C2
Black with #BEC8C2
Text Example
Text Example
White with #BEC8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8C2; }
p { color: rgb(190,200,194); }
H1.HeaderClassName
{
color: #BEC8C2;
}
.AnyTagClassName
{
color: #BEC8C2;
}
</style>
background-color css
<style>
a { background-color: #BEC8C2; }
a { background-color: rgb(190,200,194); }
div.DivClassName
{
background-color: #BEC8C2;
}
.BgClassName
{
background-color: #BEC8C2;
}
</style>
border-color css
<style>
span { border-color: #BEC8C2; }
span { border-color: rgb(190,200,194); }
td.TdClassName
{
border-color: #BEC8C2;
}
.TagClassName
{
border-color: #BEC8C2;
}
</style>