Shades of Nebula #BECDC3
Tints of Nebula #BECDC3
RGB
CMYK
RGB Variations
Color information
#BECDC3 (or 0xBECDC3) is known color: Nebula. HEX triplet: BE, CD and C3. RGB value is (190,205,195). Sum of RGB (Red+Green+Blue) = 190+205+195=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDC3 is #41323C. Grayscale: #C7C7C7. Windows color (decimal): -4272701 or 12832190. OLE color: 12832190.
HSL color Cylindrical-coordinate representation of color #BECDC3: hue angle of 140º 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 #BECDC3 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 190 | 205 | 195 | - |
CMYK | 0.07 | 0 | 0.05 | 0.20 |
HSL | 140º | 0.13% | 0.77% | - |
HSV(B) | 140º | 0.07% | 0.8% | - |
XYZ | 52.92 | 58.55 | 60.14 | - |
YUV | 199.38 | 125.53 | 121.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 205 | 195 | 0.07 | 0 | 0.05 | 0.20 | 140 | 0.13 | 0.77 |
Hex | BE | CD | C3 | 7 | 0 | 5 | 14 | 8C | D | 4D |
Octal | 276 | 315 | 303 | 7 | 0 | 5 | 24 | 214 | 15 | 115 |
Binary | 10111110 | 11001101 | 11000011 | 111 | 0 | 101 | 10100 | 10001100 | 1101 | 1001101 |
Color Harmonies of #BECDC3
Complementary color
Monochromatic Colors of #BECDC3
Black with #BECDC3
Text Example
Text Example
White with #BECDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDC3; }
p { color: rgb(190,205,195); }
H1.HeaderClassName
{
color: #BECDC3;
}
.AnyTagClassName
{
color: #BECDC3;
}
</style>
background-color css
<style>
a { background-color: #BECDC3; }
a { background-color: rgb(190,205,195); }
div.DivClassName
{
background-color: #BECDC3;
}
.BgClassName
{
background-color: #BECDC3;
}
</style>
border-color css
<style>
span { border-color: #BECDC3; }
span { border-color: rgb(190,205,195); }
td.TdClassName
{
border-color: #BECDC3;
}
.TagClassName
{
border-color: #BECDC3;
}
</style>