#BECAC8

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

Shades of Jet Stream #BECAC8

Tints of Jet Stream #BECAC8

Color information

#BECAC8 (or 0xBECAC8) is unknown color: approx Jet Stream. HEX triplet: BE, CA and C8. RGB value is (190,202,200). Sum of RGB (Red+Green+Blue) = 190+202+200=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC8 is #413537. Grayscale: #C6C6C6. Windows color (decimal): -4273464 or 13159102. OLE color: 13159102.

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

Color convert

RGB190202200-
CMYK0.0600.010.21
HSL170º10.17%76.86%-
HSV(B)170º5.94%79.22%-
XYZ52.7857.3662.93-
YUV198.18129.02122.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 200 (78.52% from 255) = 33.78%
R=32.09%
G=34.12%
B=33.78%

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
Decimal1902022000.0600.010.2117010.1776.86
HexBECAC860115aaa4d
Octal2763123106012525212115
Binary10111110110010101100100011001101011010101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAC8; }

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

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

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

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

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

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

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

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