Shades of Nebula #BDCCC3
Tints of Nebula #BDCCC3
RGB
CMYK
RGB Variations
Color information
#BDCCC3 (or 0xBDCCC3) is known color: Nebula. HEX triplet: BD, CC and C3. RGB value is (189,204,195). Sum of RGB (Red+Green+Blue) = 189+204+195=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCC3 is #42333C. Grayscale: #C6C6C6. Windows color (decimal): -4338493 or 12831933. OLE color: 12831933.
HSL color Cylindrical-coordinate representation of color #BDCCC3: hue angle of 144º 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 #BDCCC3 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 195 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.2 |
| HSL | 144º | 0.13% | 0.77% | - |
| HSV(B) | 144º | 0.07% | 0.8% | - |
| XYZ | 52.43 | 57.94 | 60.05 | - |
| YUV | 198.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 195 | 0.07 | 0 | 0.04 | 0.2 | 144 | 0.13 | 0.77 |
| Hex | BD | CC | C3 | 7 | 0 | 4 | 14 | 90 | D | 4D |
| Octal | 275 | 314 | 303 | 7 | 0 | 4 | 24 | 220 | 15 | 115 |
| Binary | 10111101 | 11001100 | 11000011 | 111 | 0 | 100 | 10100 | 10010000 | 1101 | 1001101 |
Color Harmonies of #BDCCC3
Complementary color
Monochromatic Colors of #BDCCC3
Black with #BDCCC3
Text Example
Text Example
White with #BDCCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCC3; }
p { color: rgb(189,204,195); }
H1.HeaderClassName
{
color: #BDCCC3;
}
.AnyTagClassName
{
color: #BDCCC3;
}
</style>
background-color css
<style>
a { background-color: #BDCCC3; }
a { background-color: rgb(189,204,195); }
div.DivClassName
{
background-color: #BDCCC3;
}
.BgClassName
{
background-color: #BDCCC3;
}
</style>
border-color css
<style>
span { border-color: #BDCCC3; }
span { border-color: rgb(189,204,195); }
td.TdClassName
{
border-color: #BDCCC3;
}
.TagClassName
{
border-color: #BDCCC3;
}
</style>