Shades of Nebula #BECDC5
Tints of Nebula #BECDC5
RGB
CMYK
RGB Variations
Color information
#BECDC5 (or 0xBECDC5) is known color: Nebula. HEX triplet: BE, CD and C5. RGB value is (190,205,197). Sum of RGB (Red+Green+Blue) = 190+205+197=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDC5 is #41323A. Grayscale: #C7C7C7. Windows color (decimal): -4272699 or 12963262. OLE color: 12963262.
HSL color Cylindrical-coordinate representation of color #BECDC5: hue angle of 148º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BECDC5 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 190 | 205 | 197 | - |
CMYK | 0.07 | 0 | 0.04 | 0.20 |
HSL | 148º | 0.13% | 0.77% | - |
HSV(B) | 148º | 0.07% | 0.8% | - |
XYZ | 53.14 | 58.64 | 61.34 | - |
YUV | 199.6 | 126.53 | 121.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 205 | 197 | 0.07 | 0 | 0.04 | 0.20 | 148 | 0.13 | 0.77 |
Hex | BE | CD | C5 | 7 | 0 | 4 | 14 | 94 | D | 4D |
Octal | 276 | 315 | 305 | 7 | 0 | 4 | 24 | 224 | 15 | 115 |
Binary | 10111110 | 11001101 | 11000101 | 111 | 0 | 100 | 10100 | 10010100 | 1101 | 1001101 |
Color Harmonies of #BECDC5
Complementary color
Monochromatic Colors of #BECDC5
Black with #BECDC5
Text Example
Text Example
White with #BECDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDC5; }
p { color: rgb(190,205,197); }
H1.HeaderClassName
{
color: #BECDC5;
}
.AnyTagClassName
{
color: #BECDC5;
}
</style>
background-color css
<style>
a { background-color: #BECDC5; }
a { background-color: rgb(190,205,197); }
div.DivClassName
{
background-color: #BECDC5;
}
.BgClassName
{
background-color: #BECDC5;
}
</style>
border-color css
<style>
span { border-color: #BECDC5; }
span { border-color: rgb(190,205,197); }
td.TdClassName
{
border-color: #BECDC5;
}
.TagClassName
{
border-color: #BECDC5;
}
</style>