#BEE7C0

Color #BEE7C0 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BEE7C0

Tints of Fringy Flower #BEE7C0

Color information

#BEE7C0 (or 0xBEE7C0) is unknown color: approx Fringy Flower. HEX triplet: BE, E7 and C0. RGB value is (190,231,192). Sum of RGB (Red+Green+Blue) = 190+231+192=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE7C0 is #41183F. Grayscale: #D6D6D6. Windows color (decimal): -4266048 or 12642238. OLE color: 12642238.

HSL color Cylindrical-coordinate representation of color #BEE7C0: hue angle of 122.93º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE7C0 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB190231192-
CMYK0.1800.170.09
HSL122.93º46.07%82.55%-
HSV(B)122.93º17.75%90.59%-
XYZ59.3371.960.62-
YUV214.3115.42110.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 192 (75.39% from 255) = 31.32%
R=31.00%
G=37.68%
B=31.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902311920.1800.170.09122.9346.0782.55
HexBEE7C01201197b2e53
Octal276347300220211117356123
Binary10111110111001111100000010010010001100111110111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE7C0; }

 p { color: rgb(190,231,192); }

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

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

 a { background-color: rgb(190,231,192); }

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

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

 span { border-color: rgb(190,231,192); }

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