Shades of Nebula #BECDC4
Tints of Nebula #BECDC4
RGB
CMYK
RGB Variations
Color information
#BECDC4 (or 0xBECDC4) is known color: Nebula. HEX triplet: BE, CD and C4. RGB value is (190,205,196). Sum of RGB (Red+Green+Blue) = 190+205+196=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDC4 is #41323B. Grayscale: #C7C7C7. Windows color (decimal): -4272700 or 12897726. OLE color: 12897726.
HSL color Cylindrical-coordinate representation of color #BECDC4: hue angle of 144º 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 #BECDC4 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 190 | 205 | 196 | - |
CMYK | 0.07 | 0 | 0.04 | 0.20 |
HSL | 144º | 0.13% | 0.77% | - |
HSV(B) | 144º | 0.07% | 0.8% | - |
XYZ | 53.03 | 58.6 | 60.74 | - |
YUV | 199.49 | 126.03 | 121.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 205 | 196 | 0.07 | 0 | 0.04 | 0.20 | 144 | 0.13 | 0.77 |
Hex | BE | CD | C4 | 7 | 0 | 4 | 14 | 90 | D | 4D |
Octal | 276 | 315 | 304 | 7 | 0 | 4 | 24 | 220 | 15 | 115 |
Binary | 10111110 | 11001101 | 11000100 | 111 | 0 | 100 | 10100 | 10010000 | 1101 | 1001101 |
Color Harmonies of #BECDC4
Complementary color
Monochromatic Colors of #BECDC4
Black with #BECDC4
Text Example
Text Example
White with #BECDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDC4; }
p { color: rgb(190,205,196); }
H1.HeaderClassName
{
color: #BECDC4;
}
.AnyTagClassName
{
color: #BECDC4;
}
</style>
background-color css
<style>
a { background-color: #BECDC4; }
a { background-color: rgb(190,205,196); }
div.DivClassName
{
background-color: #BECDC4;
}
.BgClassName
{
background-color: #BECDC4;
}
</style>
border-color css
<style>
span { border-color: #BECDC4; }
span { border-color: rgb(190,205,196); }
td.TdClassName
{
border-color: #BECDC4;
}
.TagClassName
{
border-color: #BECDC4;
}
</style>