Shades of Nebula #BDCEC3
Tints of Nebula #BDCEC3
RGB
CMYK
RGB Variations
Color information
#BDCEC3 (or 0xBDCEC3) is known color: Nebula. HEX triplet: BD, CE and C3. RGB value is (189,206,195). Sum of RGB (Red+Green+Blue) = 189+206+195=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEC3 is #42313C. Grayscale: #C7C7C7. Windows color (decimal): -4337981 or 12832445. OLE color: 12832445.
HSL color Cylindrical-coordinate representation of color #BDCEC3: hue angle of 141.18º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCEC3 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 189 | 206 | 195 | - |
CMYK | 0.08 | 0 | 0.05 | 0.19 |
HSL | 141.18º | 0.15% | 0.77% | - |
HSV(B) | 141.18º | 0.08% | 0.81% | - |
XYZ | 52.91 | 58.9 | 60.21 | - |
YUV | 199.66 | 125.37 | 120.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 206 | 195 | 0.08 | 0 | 0.05 | 0.19 | 141.18 | 0.15 | 0.77 |
Hex | BD | CE | C3 | 8 | 0 | 5 | 13 | 8D | F | 4D |
Octal | 275 | 316 | 303 | 10 | 0 | 5 | 23 | 215 | 17 | 115 |
Binary | 10111101 | 11001110 | 11000011 | 1000 | 0 | 101 | 10011 | 10001101 | 1111 | 1001101 |
Color Harmonies of #BDCEC3
Complementary color
Monochromatic Colors of #BDCEC3
Black with #BDCEC3
Text Example
Text Example
White with #BDCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEC3; }
p { color: rgb(189,206,195); }
H1.HeaderClassName
{
color: #BDCEC3;
}
.AnyTagClassName
{
color: #BDCEC3;
}
</style>
background-color css
<style>
a { background-color: #BDCEC3; }
a { background-color: rgb(189,206,195); }
div.DivClassName
{
background-color: #BDCEC3;
}
.BgClassName
{
background-color: #BDCEC3;
}
</style>
border-color css
<style>
span { border-color: #BDCEC3; }
span { border-color: rgb(189,206,195); }
td.TdClassName
{
border-color: #BDCEC3;
}
.TagClassName
{
border-color: #BDCEC3;
}
</style>