Shades of Nebula #BDCFC6
Tints of Nebula #BDCFC6
RGB
CMYK
RGB Variations
Color information
#BDCFC6 (or 0xBDCFC6) is known color: Nebula. HEX triplet: BD, CF and C6. RGB value is (189,207,198). Sum of RGB (Red+Green+Blue) = 189+207+198=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFC6 is #423039. Grayscale: #C8C8C8. Windows color (decimal): -4337722 or 13029309. OLE color: 13029309.
HSL color Cylindrical-coordinate representation of color #BDCFC6: hue angle of 150º 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 #BDCFC6 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 198 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.19 |
| HSL | 150º | 0.16% | 0.78% | - |
| HSV(B) | 150º | 0.09% | 0.81% | - |
| XYZ | 53.49 | 59.52 | 62.1 | - |
| YUV | 200.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 198 | 0.09 | 0 | 0.04 | 0.19 | 150 | 0.16 | 0.78 |
| Hex | BD | CF | C6 | 9 | 0 | 4 | 13 | 96 | 10 | 4E |
| Octal | 275 | 317 | 306 | 11 | 0 | 4 | 23 | 226 | 20 | 116 |
| Binary | 10111101 | 11001111 | 11000110 | 1001 | 0 | 100 | 10011 | 10010110 | 10000 | 1001110 |
Color Harmonies of #BDCFC6
Complementary color
Monochromatic Colors of #BDCFC6
Black with #BDCFC6
Text Example
Text Example
White with #BDCFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFC6; }
p { color: rgb(189,207,198); }
H1.HeaderClassName
{
color: #BDCFC6;
}
.AnyTagClassName
{
color: #BDCFC6;
}
</style>
background-color css
<style>
a { background-color: #BDCFC6; }
a { background-color: rgb(189,207,198); }
div.DivClassName
{
background-color: #BDCFC6;
}
.BgClassName
{
background-color: #BDCFC6;
}
</style>
border-color css
<style>
span { border-color: #BDCFC6; }
span { border-color: rgb(189,207,198); }
td.TdClassName
{
border-color: #BDCFC6;
}
.TagClassName
{
border-color: #BDCFC6;
}
</style>