#BEEDBE

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

Shades of Fringy Flower #BEEDBE

Tints of Fringy Flower #BEEDBE

Color information

#BEEDBE (or 0xBEEDBE) is unknown color: approx Fringy Flower. HEX triplet: BE, ED and BE. RGB value is (190,237,190). Sum of RGB (Red+Green+Blue) = 190+237+190=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDBE is #411241. Grayscale: #D9D9D9. Windows color (decimal): -4264514 or 12512702. OLE color: 12512702.

HSL color Cylindrical-coordinate representation of color #BEEDBE: hue angle of 120º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEDBE is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB190237190-
CMYK0.2000.200.07
HSL120º56.63%83.73%-
HSV(B)120º19.83%92.94%-
XYZ60.8175.2360.03-
YUV217.59112.43108.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 237 (92.97% from 255) = 38.41%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=30.79%
G=38.41%
B=30.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902371900.2000.200.0712056.6383.73
HexBEEDBE140147783954
Octal27635527624024717071124
Binary1011111011101101101111101010001010011111110001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEDBE; }

 p { color: rgb(190,237,190); }

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

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

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

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

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

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

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