#BEF4BD

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

Shades of Fringy Flower #BEF4BD

Tints of Fringy Flower #BEF4BD

Color information

#BEF4BD (or 0xBEF4BD) is unknown color: approx Fringy Flower. HEX triplet: BE, F4 and BD. RGB value is (190,244,189). Sum of RGB (Red+Green+Blue) = 190+244+189=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 244 (95.70% from 255 or 39.17% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF4BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF4BD is #410B42. Grayscale: #DDDDDD. Windows color (decimal): -4262723 or 12448958. OLE color: 12448958.

HSL color Cylindrical-coordinate representation of color #BEF4BD: hue angle of 118.91º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF4BD is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB190244189-
CMYK0.2200.230.04
HSL118.91º71.43%84.9%-
HSV(B)118.91º22.54%95.69%-
XYZ62.7779.3260.15-
YUV221.58109.61105.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 244 (95.70% from 255) = 39.17%
BLUE value IS 189 (74.22% from 255) = 30.34%
R=30.50%
G=39.17%
B=30.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902441890.2200.230.04118.9171.4384.9
HexBEF4BD160174774755
Octal276364275260274167107125
Binary10111110111101001011110110110010111100111011110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF4BD; }

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

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

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

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

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

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

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

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