#BCCAC2

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

Shades of Nebula #BCCAC2

Tints of Nebula #BCCAC2

Color information

#BCCAC2 (or 0xBCCAC2) is unknown color: approx Nebula. HEX triplet: BC, CA and C2. RGB value is (188,202,194). Sum of RGB (Red+Green+Blue) = 188+202+194=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAC2 is #43353D. Grayscale: #C4C4C4. Windows color (decimal): -4404542 or 12765884. OLE color: 12765884.

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

Color convert

RGB188202194-
CMYK0.0700.040.21
HSL145.71º11.67%76.47%-
HSV(B)145.71º6.93%79.22%-
XYZ51.656.8359.29-
YUV196.9126.36121.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 194 (76.17% from 255) = 33.22%
R=32.19%
G=34.59%
B=33.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021940.0700.040.21145.7111.6776.47
HexBCCAC27041592c4c
Octal2743123027042522214114
Binary1011110011001010110000101110100101011001001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAC2; }

 p { color: rgb(188,202,194); }

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

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

 a { background-color: rgb(188,202,194); }

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

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

 span { border-color: rgb(188,202,194); }

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