Shades of Nebula #BDCFC4
Tints of Nebula #BDCFC4
RGB
CMYK
RGB Variations
Color information
#BDCFC4 (or 0xBDCFC4) is known color: Nebula. HEX triplet: BD, CF and C4. RGB value is (189,207,196). Sum of RGB (Red+Green+Blue) = 189+207+196=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFC4 is #42303B. Grayscale: #C8C8C8. Windows color (decimal): -4337724 or 12898237. OLE color: 12898237.
HSL color Cylindrical-coordinate representation of color #BDCFC4: hue angle of 143.33º 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 #BDCFC4 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 196 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.19 |
| HSL | 143.33º | 0.16% | 0.78% | - |
| HSV(B) | 143.33º | 0.09% | 0.81% | - |
| XYZ | 53.26 | 59.43 | 60.89 | - |
| YUV | 200.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 196 | 0.09 | 0 | 0.05 | 0.19 | 143.33 | 0.16 | 0.78 |
| Hex | BD | CF | C4 | 9 | 0 | 5 | 13 | 8F | 10 | 4E |
| Octal | 275 | 317 | 304 | 11 | 0 | 5 | 23 | 217 | 20 | 116 |
| Binary | 10111101 | 11001111 | 11000100 | 1001 | 0 | 101 | 10011 | 10001111 | 10000 | 1001110 |
Color Harmonies of #BDCFC4
Complementary color
Monochromatic Colors of #BDCFC4
Black with #BDCFC4
Text Example
Text Example
White with #BDCFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFC4; }
p { color: rgb(189,207,196); }
H1.HeaderClassName
{
color: #BDCFC4;
}
.AnyTagClassName
{
color: #BDCFC4;
}
</style>
background-color css
<style>
a { background-color: #BDCFC4; }
a { background-color: rgb(189,207,196); }
div.DivClassName
{
background-color: #BDCFC4;
}
.BgClassName
{
background-color: #BDCFC4;
}
</style>
border-color css
<style>
span { border-color: #BDCFC4; }
span { border-color: rgb(189,207,196); }
td.TdClassName
{
border-color: #BDCFC4;
}
.TagClassName
{
border-color: #BDCFC4;
}
</style>