Shades of Nebula #BDCAC2
Tints of Nebula #BDCAC2
RGB
CMYK
RGB Variations
Color information
#BDCAC2 (or 0xBDCAC2) is known color: Nebula. HEX triplet: BD, CA and C2. RGB value is (189,202,194). Sum of RGB (Red+Green+Blue) = 189+202+194=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAC2 is #42353D. Grayscale: #C5C5C5. Windows color (decimal): -4339006 or 12765885. OLE color: 12765885.
HSL color Cylindrical-coordinate representation of color #BDCAC2: hue angle of 143.08º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDCAC2 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 189 | 202 | 194 | - |
CMYK | 0.06 | 0 | 0.04 | 0.21 |
HSL | 143.08º | 0.11% | 0.77% | - |
HSV(B) | 143.08º | 0.06% | 0.79% | - |
XYZ | 51.84 | 56.95 | 59.3 | - |
YUV | 197.2 | 126.19 | 122.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 202 | 194 | 0.06 | 0 | 0.04 | 0.21 | 143.08 | 0.11 | 0.77 |
Hex | BD | CA | C2 | 6 | 0 | 4 | 15 | 8F | B | 4D |
Octal | 275 | 312 | 302 | 6 | 0 | 4 | 25 | 217 | 13 | 115 |
Binary | 10111101 | 11001010 | 11000010 | 110 | 0 | 100 | 10101 | 10001111 | 1011 | 1001101 |
Color Harmonies of #BDCAC2
Complementary color
Monochromatic Colors of #BDCAC2
Black with #BDCAC2
Text Example
Text Example
White with #BDCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCAC2; }
p { color: rgb(189,202,194); }
H1.HeaderClassName
{
color: #BDCAC2;
}
.AnyTagClassName
{
color: #BDCAC2;
}
</style>
background-color css
<style>
a { background-color: #BDCAC2; }
a { background-color: rgb(189,202,194); }
div.DivClassName
{
background-color: #BDCAC2;
}
.BgClassName
{
background-color: #BDCAC2;
}
</style>
border-color css
<style>
span { border-color: #BDCAC2; }
span { border-color: rgb(189,202,194); }
td.TdClassName
{
border-color: #BDCAC2;
}
.TagClassName
{
border-color: #BDCAC2;
}
</style>