#BEE7C1

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

Shades of Fringy Flower #BEE7C1

Tints of Fringy Flower #BEE7C1

Color information

#BEE7C1 (or 0xBEE7C1) is unknown color: approx Fringy Flower. HEX triplet: BE, E7 and C1. RGB value is (190,231,193). Sum of RGB (Red+Green+Blue) = 190+231+193=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE7C1 is #41183E. Grayscale: #D6D6D6. Windows color (decimal): -4266047 or 12707774. OLE color: 12707774.

HSL color Cylindrical-coordinate representation of color #BEE7C1: hue angle of 124.39º 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 #BEE7C1 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB190231193-
CMYK0.1800.160.09
HSL124.39º46.07%82.55%-
HSV(B)124.39º17.75%90.59%-
XYZ59.4471.9561.21-
YUV214.41115.92110.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 231 (90.62% from 255) = 37.62%
BLUE value IS 193 (75.78% from 255) = 31.43%
R=30.94%
G=37.62%
B=31.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902311930.1800.160.09124.3946.0782.55
HexBEE7C11201097c2e53
Octal276347301220201117456123
Binary10111110111001111100000110010010000100111111001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE7C1; }

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

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

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

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

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

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

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

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