Shades of Nebula #BDCFC5
Tints of Nebula #BDCFC5
RGB
CMYK
RGB Variations
Color information
#BDCFC5 (or 0xBDCFC5) is known color: Nebula. HEX triplet: BD, CF and C5. RGB value is (189,207,197). Sum of RGB (Red+Green+Blue) = 189+207+197=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFC5 is #42303A. Grayscale: #C8C8C8. Windows color (decimal): -4337723 or 12963773. OLE color: 12963773.
HSL color Cylindrical-coordinate representation of color #BDCFC5: hue angle of 146.67º 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 #BDCFC5 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 197 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.19 |
| HSL | 146.67º | 0.16% | 0.78% | - |
| HSV(B) | 146.67º | 0.09% | 0.81% | - |
| XYZ | 53.38 | 59.48 | 61.49 | - |
| YUV | 200.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 197 | 0.09 | 0 | 0.05 | 0.19 | 146.67 | 0.16 | 0.78 |
| Hex | BD | CF | C5 | 9 | 0 | 5 | 13 | 93 | 10 | 4E |
| Octal | 275 | 317 | 305 | 11 | 0 | 5 | 23 | 223 | 20 | 116 |
| Binary | 10111101 | 11001111 | 11000101 | 1001 | 0 | 101 | 10011 | 10010011 | 10000 | 1001110 |
Color Harmonies of #BDCFC5
Complementary color
Monochromatic Colors of #BDCFC5
Black with #BDCFC5
Text Example
Text Example
White with #BDCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFC5; }
p { color: rgb(189,207,197); }
H1.HeaderClassName
{
color: #BDCFC5;
}
.AnyTagClassName
{
color: #BDCFC5;
}
</style>
background-color css
<style>
a { background-color: #BDCFC5; }
a { background-color: rgb(189,207,197); }
div.DivClassName
{
background-color: #BDCFC5;
}
.BgClassName
{
background-color: #BDCFC5;
}
</style>
border-color css
<style>
span { border-color: #BDCFC5; }
span { border-color: rgb(189,207,197); }
td.TdClassName
{
border-color: #BDCFC5;
}
.TagClassName
{
border-color: #BDCFC5;
}
</style>