#BDC8C1

Color #BDC8C1 Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #BDC8C1

Tints of Nebula #BDC8C1

Color information

#BDC8C1 (or 0xBDC8C1) is unknown color: approx Nebula. HEX triplet: BD, C8 and C1. RGB value is (189,200,193). Sum of RGB (Red+Green+Blue) = 189+200+193=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8C1 is #42373E. Grayscale: #C3C3C3. Windows color (decimal): -4339519 or 12699837. OLE color: 12699837.

HSL color Cylindrical-coordinate representation of color #BDC8C1: hue angle of 141.82º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDC8C1 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB189200193-
CMYK0.0600.040.22
HSL141.82º9.09%76.27%-
HSV(B)141.82º5.5%78.43%-
XYZ51.2755.9858.55-
YUV195.91126.36123.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 200 (78.52% from 255) = 34.36%
BLUE value IS 193 (75.78% from 255) = 33.16%
R=32.47%
G=34.36%
B=33.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001930.0600.040.22141.829.0976.27
HexBDC8C1604168e94c
Octal2753103016042621611114
Binary1011110111001000110000011100100101101000111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8C1; }

 p { color: rgb(189,200,193); }

 H1.HeaderClassName
 {
   color: #BDC8C1;
 }
 .AnyTagClassName
 {
   color: #BDC8C1;
 }
</style>
background-color css

<style>
 a { background-color: #BDC8C1; }

 a { background-color: rgb(189,200,193); }

 div.DivClassName
 {
   background-color: #BDC8C1;
 }
 .BgClassName
 {
   background-color: #BDC8C1;
 }
</style>
border-color css

<style>
 span { border-color: #BDC8C1; }

 span { border-color: rgb(189,200,193); }

 td.TdClassName
 {
   border-color: #BDC8C1;
 }
 .TagClassName
 {
   border-color: #BDC8C1;
 }
</style>