#BECECA

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

Shades of Jet Stream #BECECA

Tints of Jet Stream #BECECA

Color information

#BECECA (or 0xBECECA) is unknown color: approx Jet Stream. HEX triplet: BE, CE and CA. RGB value is (190,206,202). Sum of RGB (Red+Green+Blue) = 190+206+202=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 206 - color contains mainly: green. Hex color #BECECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECECA is #413135. Grayscale: #C8C8C8. Windows color (decimal): -4272438 or 13291198. OLE color: 13291198.

HSL color Cylindrical-coordinate representation of color #BECECA: hue angle of 165º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECECA is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB190206202-
CMYK0.0800.020.19
HSL165º14.04%77.65%-
HSV(B)165º7.77%80.78%-
XYZ53.9759.3564.49-
YUV200.76128.7120.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.77%
GREEN value IS 206 (80.86% from 255) = 34.45%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=31.77%
G=34.45%
B=33.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902062020.0800.020.1916514.0477.65
HexBECECA80213a5e4e
Octal27631631210022324516116
Binary1011111011001110110010101000010100111010010111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECECA; }

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

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

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

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

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

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

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

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