#BDC3BF

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

Shades of Nebula #BDC3BF

Tints of Nebula #BDC3BF

Color information

#BDC3BF (or 0xBDC3BF) is unknown color: approx Nebula. HEX triplet: BD, C3 and BF. RGB value is (189,195,191). Sum of RGB (Red+Green+Blue) = 189+195+191=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3BF is #423C40. Grayscale: #C0C0C0. Windows color (decimal): -4340801 or 12567485. OLE color: 12567485.

HSL color Cylindrical-coordinate representation of color #BDC3BF: hue angle of 140º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDC3BF is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB189195191-
CMYK0.0300.020.24
HSL140º4.76%75.29%-
HSV(B)140º3.08%76.47%-
XYZ49.9153.6157.01-
YUV192.75127.01125.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 195 (76.56% from 255) = 33.91%
BLUE value IS 191 (75% from 255) = 33.22%
R=32.87%
G=33.91%
B=33.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951910.0300.020.241404.7675.29
HexBDC3BF302188c54b
Octal275303277302302145113
Binary1011110111000011101111111101011000100011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3BF; }

 p { color: rgb(189,195,191); }

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

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

 a { background-color: rgb(189,195,191); }

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

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

 span { border-color: rgb(189,195,191); }

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