#BECAC7

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

Shades of Jet Stream #BECAC7

Tints of Jet Stream #BECAC7

Color information

#BECAC7 (or 0xBECAC7) is unknown color: approx Jet Stream. HEX triplet: BE, CA and C7. RGB value is (190,202,199). Sum of RGB (Red+Green+Blue) = 190+202+199=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC7 is #413538. Grayscale: #C6C6C6. Windows color (decimal): -4273465 or 13093566. OLE color: 13093566.

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

Color convert

RGB190202199-
CMYK0.0600.010.21
HSL165º10.17%76.86%-
HSV(B)165º5.94%79.22%-
XYZ52.6657.3162.32-
YUV198.07128.52122.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 199 (78.12% from 255) = 33.67%
R=32.15%
G=34.18%
B=33.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021990.0600.010.2116510.1776.86
HexBECAC760115a5a4d
Octal2763123076012524512115
Binary10111110110010101100011111001101011010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAC7; }

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

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

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

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

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

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

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

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