#BECEC9

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

Shades of Jet Stream #BECEC9

Tints of Jet Stream #BECEC9

Color information

#BECEC9 (or 0xBECEC9) is unknown color: approx Jet Stream. HEX triplet: BE, CE and C9. RGB value is (190,206,201). Sum of RGB (Red+Green+Blue) = 190+206+201=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEC9 is #413136. Grayscale: #C8C8C8. Windows color (decimal): -4272439 or 13225662. OLE color: 13225662.

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

Color convert

RGB190206201-
CMYK0.0800.020.19
HSL161.25º14.04%77.65%-
HSV(B)161.25º7.77%80.78%-
XYZ53.8559.3163.87-
YUV200.65128.2120.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.83%
GREEN value IS 206 (80.86% from 255) = 34.51%
BLUE value IS 201 (78.91% from 255) = 33.67%
R=31.83%
G=34.51%
B=33.67%

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
Decimal1902062010.0800.020.19161.2514.0477.65
HexBECEC980213a1e4e
Octal27631631110022324116116
Binary1011111011001110110010011000010100111010000111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEC9; }

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

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

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

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

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

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

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

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