#BEF7BD

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

Shades of Fringy Flower #BEF7BD

Tints of Fringy Flower #BEF7BD

Color information

#BEF7BD (or 0xBEF7BD) is unknown color: approx Fringy Flower. HEX triplet: BE, F7 and BD. RGB value is (190,247,189). Sum of RGB (Red+Green+Blue) = 190+247+189=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 247 (96.88% from 255 or 39.46% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF7BD is #410842. Grayscale: #DFDFDF. Windows color (decimal): -4261955 or 12449726. OLE color: 12449726.

HSL color Cylindrical-coordinate representation of color #BEF7BD: hue angle of 118.97º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF7BD is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB190247189-
CMYK0.2300.230.03
HSL118.97º78.38%85.49%-
HSV(B)118.97º23.48%96.86%-
XYZ63.6881.1460.45-
YUV223.34108.62104.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 247 (96.88% from 255) = 39.46%
BLUE value IS 189 (74.22% from 255) = 30.19%
R=30.35%
G=39.46%
B=30.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902471890.2300.230.03118.9778.3885.49
HexBEF7BD170173774e55
Octal276367275270273167116125
Binary1011111011110111101111011011101011111111011110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF7BD; }

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

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

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

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

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

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

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

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