#BCC5BF

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

Shades of Nebula #BCC5BF

Tints of Nebula #BCC5BF

Color information

#BCC5BF (or 0xBCC5BF) is unknown color: approx Nebula. HEX triplet: BC, C5 and BF. RGB value is (188,197,191). Sum of RGB (Red+Green+Blue) = 188+197+191=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5BF is #433A40. Grayscale: #C1C1C1. Windows color (decimal): -4405825 or 12567996. OLE color: 12567996.

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

Color convert

RGB188197191-
CMYK0.0500.030.23
HSL140º7.2%75.49%-
HSV(B)140º4.57%77.25%-
XYZ50.1154.3957.15-
YUV193.62126.52123.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 197 (77.34% from 255) = 34.20%
BLUE value IS 191 (75% from 255) = 33.16%
R=32.64%
G=34.20%
B=33.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971910.0500.030.231407.275.49
HexBCC5BF503178c74b
Octal274305277503272147113
Binary10111100110001011011111110101110111100011001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5BF; }

 p { color: rgb(188,197,191); }

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

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

 a { background-color: rgb(188,197,191); }

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

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

 span { border-color: rgb(188,197,191); }

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