#BECFCA

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

Shades of Jet Stream #BECFCA

Tints of Jet Stream #BECFCA

Color information

#BECFCA (or 0xBECFCA) is unknown color: approx Jet Stream. HEX triplet: BE, CF and CA. RGB value is (190,207,202). Sum of RGB (Red+Green+Blue) = 190+207+202=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFCA is #413035. Grayscale: #C9C9C9. Windows color (decimal): -4272182 or 13291454. OLE color: 13291454.

HSL color Cylindrical-coordinate representation of color #BECFCA: hue angle of 162.35º degrees, saturation: 0.15, 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 #BECFCA is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB190207202-
CMYK0.0800.020.19
HSL162.35º15.04%77.84%-
HSV(B)162.35º8.21%81.18%-
XYZ54.2159.8464.57-
YUV201.35128.37119.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.72%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=31.72%
G=34.56%
B=33.72%

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
Decimal1902072020.0800.020.19162.3515.0477.84
HexBECFCA80213a2f4e
Octal27631731210022324217116
Binary1011111011001111110010101000010100111010001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECFCA; }

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

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

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

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

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

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

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

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