Shades of Nebula #BDCCC4
Tints of Nebula #BDCCC4
RGB
CMYK
RGB Variations
Color information
#BDCCC4 (or 0xBDCCC4) is known color: Nebula. HEX triplet: BD, CC and C4. RGB value is (189,204,196). Sum of RGB (Red+Green+Blue) = 189+204+196=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCC4 is #42333B. Grayscale: #C6C6C6. Windows color (decimal): -4338492 or 12897469. OLE color: 12897469.
HSL color Cylindrical-coordinate representation of color #BDCCC4: hue angle of 148º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDCCC4 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 196 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.2 |
| HSL | 148º | 0.13% | 0.77% | - |
| HSV(B) | 148º | 0.07% | 0.8% | - |
| XYZ | 52.54 | 57.99 | 60.65 | - |
| YUV | 198.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 196 | 0.07 | 0 | 0.04 | 0.2 | 148 | 0.13 | 0.77 |
| Hex | BD | CC | C4 | 7 | 0 | 4 | 14 | 94 | D | 4D |
| Octal | 275 | 314 | 304 | 7 | 0 | 4 | 24 | 224 | 15 | 115 |
| Binary | 10111101 | 11001100 | 11000100 | 111 | 0 | 100 | 10100 | 10010100 | 1101 | 1001101 |
Color Harmonies of #BDCCC4
Complementary color
Monochromatic Colors of #BDCCC4
Black with #BDCCC4
Text Example
Text Example
White with #BDCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCC4; }
p { color: rgb(189,204,196); }
H1.HeaderClassName
{
color: #BDCCC4;
}
.AnyTagClassName
{
color: #BDCCC4;
}
</style>
background-color css
<style>
a { background-color: #BDCCC4; }
a { background-color: rgb(189,204,196); }
div.DivClassName
{
background-color: #BDCCC4;
}
.BgClassName
{
background-color: #BDCCC4;
}
</style>
border-color css
<style>
span { border-color: #BDCCC4; }
span { border-color: rgb(189,204,196); }
td.TdClassName
{
border-color: #BDCCC4;
}
.TagClassName
{
border-color: #BDCCC4;
}
</style>