#BEF3BD

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

Shades of Fringy Flower #BEF3BD

Tints of Fringy Flower #BEF3BD

Color information

#BEF3BD (or 0xBEF3BD) is unknown color: approx Fringy Flower. HEX triplet: BE, F3 and BD. RGB value is (190,243,189). Sum of RGB (Red+Green+Blue) = 190+243+189=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF3BD is #410C42. Grayscale: #DDDDDD. Windows color (decimal): -4262979 or 12448702. OLE color: 12448702.

HSL color Cylindrical-coordinate representation of color #BEF3BD: hue angle of 118.89º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF3BD is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB190243189-
CMYK0.2200.220.05
HSL118.89º69.23%84.71%-
HSV(B)118.89º22.22%95.29%-
XYZ62.4778.7260.05-
YUV221109.94105.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 243 (95.31% from 255) = 39.07%
BLUE value IS 189 (74.22% from 255) = 30.39%
R=30.55%
G=39.07%
B=30.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902431890.2200.220.05118.8969.2384.71
HexBEF3BD160165774555
Octal276363275260265167105125
Binary10111110111100111011110110110010110101111011110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF3BD; }

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

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

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

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

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

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

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

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