#BECCC7

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

Shades of Jet Stream #BECCC7

Tints of Jet Stream #BECCC7

Color information

#BECCC7 (or 0xBECCC7) is unknown color: approx Jet Stream. HEX triplet: BE, CC and C7. RGB value is (190,204,199). Sum of RGB (Red+Green+Blue) = 190+204+199=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCC7 is #413338. Grayscale: #C7C7C7. Windows color (decimal): -4272953 or 13094078. OLE color: 13094078.

HSL color Cylindrical-coordinate representation of color #BECCC7: hue angle of 158.57º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BECCC7 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB190204199-
CMYK0.0700.020.2
HSL158.57º12.07%77.25%-
HSV(B)158.57º6.86%80%-
XYZ53.1458.2662.48-
YUV199.24127.86121.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 199 (78.12% from 255) = 33.56%
R=32.04%
G=34.40%
B=33.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041990.0700.020.2158.5712.0777.25
HexBECCC7702149fc4d
Octal2763143077022423714115
Binary101111101100110011000111111010101001001111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCC7; }

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

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

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

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

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

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

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

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