#BECAC2

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

Shades of Nebula #BECAC2

Tints of Nebula #BECAC2

Color information

#BECAC2 (or 0xBECAC2) is unknown color: approx Nebula. HEX triplet: BE, CA and C2. RGB value is (190,202,194). Sum of RGB (Red+Green+Blue) = 190+202+194=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC2 is #41353D. Grayscale: #C5C5C5. Windows color (decimal): -4273470 or 12765886. OLE color: 12765886.

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

Color convert

RGB190202194-
CMYK0.0600.040.21
HSL140º10.17%76.86%-
HSV(B)140º5.94%79.22%-
XYZ52.0957.0859.31-
YUV197.5126.02122.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 202 (79.30% from 255) = 34.47%
BLUE value IS 194 (76.17% from 255) = 33.11%
R=32.42%
G=34.47%
B=33.11%

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
Decimal1902021940.0600.040.2114010.1776.86
HexBECAC2604158ca4d
Octal2763123026042521412115
Binary1011111011001010110000101100100101011000110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAC2; }

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

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

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

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

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

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

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

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