#BEE9BD

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

Shades of Fringy Flower #BEE9BD

Tints of Fringy Flower #BEE9BD

Color information

#BEE9BD (or 0xBEE9BD) is unknown color: approx Fringy Flower. HEX triplet: BE, E9 and BD. RGB value is (190,233,189). Sum of RGB (Red+Green+Blue) = 190+233+189=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9BD is #411642. Grayscale: #D7D7D7. Windows color (decimal): -4265539 or 12446142. OLE color: 12446142.

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

Color convert

RGB190233189-
CMYK0.1800.190.09
HSL118.64º50%82.75%-
HSV(B)118.64º18.88%91.37%-
XYZ59.5672.959.08-
YUV215.13113.25110.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 233 (91.41% from 255) = 38.07%
BLUE value IS 189 (74.22% from 255) = 30.88%
R=31.05%
G=38.07%
B=30.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902331890.1800.190.09118.645082.75
HexBEE9BD120139773253
Octal276351275220231116762123
Binary10111110111010011011110110010010011100111101111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE9BD; }

 p { color: rgb(190,233,189); }

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

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

 a { background-color: rgb(190,233,189); }

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

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

 span { border-color: rgb(190,233,189); }

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