#BCCAC0

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

Shades of Nebula #BCCAC0

Tints of Nebula #BCCAC0

Color information

#BCCAC0 (or 0xBCCAC0) is unknown color: approx Nebula. HEX triplet: BC, CA and C0. RGB value is (188,202,192). Sum of RGB (Red+Green+Blue) = 188+202+192=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAC0 is #43353F. Grayscale: #C4C4C4. Windows color (decimal): -4404544 or 12634812. OLE color: 12634812.

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

Color convert

RGB188202192-
CMYK0.0700.050.21
HSL137.14º11.67%76.47%-
HSV(B)137.14º6.93%79.22%-
XYZ51.3756.7458.11-
YUV196.67125.36121.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 192 (75.39% from 255) = 32.99%
R=32.30%
G=34.71%
B=32.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021920.0700.050.21137.1411.6776.47
HexBCCAC07051589c4c
Octal2743123007052521114114
Binary1011110011001010110000001110101101011000100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAC0; }

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

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

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

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

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

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

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

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