#BCC9C0

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

Shades of Nebula #BCC9C0

Tints of Nebula #BCC9C0

Color information

#BCC9C0 (or 0xBCC9C0) is unknown color: approx Nebula. HEX triplet: BC, C9 and C0. RGB value is (188,201,192). Sum of RGB (Red+Green+Blue) = 188+201+192=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9C0 is #43363F. Grayscale: #C4C4C4. Windows color (decimal): -4404800 or 12634556. OLE color: 12634556.

HSL color Cylindrical-coordinate representation of color #BCC9C0: hue angle of 138.46º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC9C0 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB188201192-
CMYK0.0600.040.21
HSL138.46º10.74%76.27%-
HSV(B)138.46º6.47%78.82%-
XYZ51.1456.2758.04-
YUV196.09125.69122.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 201 (78.91% from 255) = 34.60%
BLUE value IS 192 (75.39% from 255) = 33.05%
R=32.36%
G=34.60%
B=33.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882011920.0600.040.21138.4610.7476.27
HexBCC9C0604158ab4c
Octal2743113006042521213114
Binary1011110011001001110000001100100101011000101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9C0; }

 p { color: rgb(188,201,192); }

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

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

 a { background-color: rgb(188,201,192); }

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

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

 span { border-color: rgb(188,201,192); }

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