#BEE8BF

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

Shades of Fringy Flower #BEE8BF

Tints of Fringy Flower #BEE8BF

Color information

#BEE8BF (or 0xBEE8BF) is unknown color: approx Fringy Flower. HEX triplet: BE, E8 and BF. RGB value is (190,232,191). Sum of RGB (Red+Green+Blue) = 190+232+191=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8BF is #411740. Grayscale: #D6D6D6. Windows color (decimal): -4265793 or 12576958. OLE color: 12576958.

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

Color convert

RGB190232191-
CMYK0.1800.180.09
HSL121.43º47.73%82.75%-
HSV(B)121.43º18.1%90.98%-
XYZ59.572.4260.13-
YUV214.77114.59110.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 232 (91.02% from 255) = 37.85%
BLUE value IS 191 (75% from 255) = 31.16%
R=31.00%
G=37.85%
B=31.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902321910.1800.180.09121.4347.7382.75
HexBEE8BF120129793053
Octal276350277220221117160123
Binary10111110111010001011111110010010010100111110011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE8BF; }

 p { color: rgb(190,232,191); }

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

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

 a { background-color: rgb(190,232,191); }

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

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

 span { border-color: rgb(190,232,191); }

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