Shades of Nebula #BDCFC3
Tints of Nebula #BDCFC3
RGB
CMYK
RGB Variations
Color information
#BDCFC3 (or 0xBDCFC3) is known color: Nebula. HEX triplet: BD, CF and C3. RGB value is (189,207,195). Sum of RGB (Red+Green+Blue) = 189+207+195=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFC3 is #42303C. Grayscale: #C8C8C8. Windows color (decimal): -4337725 or 12832701. OLE color: 12832701.
HSL color Cylindrical-coordinate representation of color #BDCFC3: hue angle of 140º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDCFC3 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 195 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.19 |
| HSL | 140º | 0.16% | 0.78% | - |
| HSV(B) | 140º | 0.09% | 0.81% | - |
| XYZ | 53.15 | 59.38 | 60.29 | - |
| YUV | 200.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 195 | 0.09 | 0 | 0.06 | 0.19 | 140 | 0.16 | 0.78 |
| Hex | BD | CF | C3 | 9 | 0 | 6 | 13 | 8C | 10 | 4E |
| Octal | 275 | 317 | 303 | 11 | 0 | 6 | 23 | 214 | 20 | 116 |
| Binary | 10111101 | 11001111 | 11000011 | 1001 | 0 | 110 | 10011 | 10001100 | 10000 | 1001110 |
Color Harmonies of #BDCFC3
Complementary color
Monochromatic Colors of #BDCFC3
Black with #BDCFC3
Text Example
Text Example
White with #BDCFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFC3; }
p { color: rgb(189,207,195); }
H1.HeaderClassName
{
color: #BDCFC3;
}
.AnyTagClassName
{
color: #BDCFC3;
}
</style>
background-color css
<style>
a { background-color: #BDCFC3; }
a { background-color: rgb(189,207,195); }
div.DivClassName
{
background-color: #BDCFC3;
}
.BgClassName
{
background-color: #BDCFC3;
}
</style>
border-color css
<style>
span { border-color: #BDCFC3; }
span { border-color: rgb(189,207,195); }
td.TdClassName
{
border-color: #BDCFC3;
}
.TagClassName
{
border-color: #BDCFC3;
}
</style>