#BEE8C3

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

Shades of Fringy Flower #BEE8C3

Tints of Fringy Flower #BEE8C3

Color information

#BEE8C3 (or 0xBEE8C3) is unknown color: approx Fringy Flower. HEX triplet: BE, E8 and C3. RGB value is (190,232,195). Sum of RGB (Red+Green+Blue) = 190+232+195=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8C3 is #41173C. Grayscale: #D7D7D7. Windows color (decimal): -4265789 or 12839102. OLE color: 12839102.

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

Color convert

RGB190232195-
CMYK0.1800.160.09
HSL127.14º47.73%82.75%-
HSV(B)127.14º18.1%90.98%-
XYZ59.9472.662.48-
YUV215.22116.59110.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 232 (91.02% from 255) = 37.60%
BLUE value IS 195 (76.56% from 255) = 31.60%
R=30.79%
G=37.60%
B=31.60%

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
Decimal1902321950.1800.160.09127.1447.7382.75
HexBEE8C31201097f3053
Octal276350303220201117760123
Binary10111110111010001100001110010010000100111111111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE8C3; }

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

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

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

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

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

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

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

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