#BCC9C1

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

Shades of Nebula #BCC9C1

Tints of Nebula #BCC9C1

Color information

#BCC9C1 (or 0xBCC9C1) is unknown color: approx Nebula. HEX triplet: BC, C9 and C1. RGB value is (188,201,193). Sum of RGB (Red+Green+Blue) = 188+201+193=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9C1 is #43363E. Grayscale: #C4C4C4. Windows color (decimal): -4404799 or 12700092. OLE color: 12700092.

HSL color Cylindrical-coordinate representation of color #BCC9C1: hue angle of 143.08º 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 #BCC9C1 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB188201193-
CMYK0.0600.040.21
HSL143.08º10.74%76.27%-
HSV(B)143.08º6.47%78.82%-
XYZ51.2556.3158.62-
YUV196.2126.19122.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 201 (78.91% from 255) = 34.54%
BLUE value IS 193 (75.78% from 255) = 33.16%
R=32.30%
G=34.54%
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.21
SystemRedGreenBlueCMYKHSL
Decimal1882011930.0600.040.21143.0810.7476.27
HexBCC9C1604158fb4c
Octal2743113016042521713114
Binary1011110011001001110000011100100101011000111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9C1; }

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

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

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

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

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

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

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

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