#BEE8BD

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

Shades of Fringy Flower #BEE8BD

Tints of Fringy Flower #BEE8BD

Color information

#BEE8BD (or 0xBEE8BD) is unknown color: approx Fringy Flower. HEX triplet: BE, E8 and BD. RGB value is (190,232,189). Sum of RGB (Red+Green+Blue) = 190+232+189=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8BD is #411742. Grayscale: #D6D6D6. Windows color (decimal): -4265795 or 12445886. OLE color: 12445886.

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

Color convert

RGB190232189-
CMYK0.1800.190.09
HSL118.6º48.31%82.55%-
HSV(B)118.6º18.53%90.98%-
XYZ59.2872.3358.98-
YUV214.54113.59110.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 232 (91.02% from 255) = 37.97%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=31.10%
G=37.97%
B=30.93%

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
Decimal1902321890.1800.190.09118.648.3182.55
HexBEE8BD120139773053
Octal276350275220231116760123
Binary10111110111010001011110110010010011100111101111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE8BD; }

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

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

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

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

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

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

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

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