#BEF6BA

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

Shades of Fringy Flower #BEF6BA

Tints of Fringy Flower #BEF6BA

Color information

#BEF6BA (or 0xBEF6BA) is unknown color: approx Fringy Flower. HEX triplet: BE, F6 and BA. RGB value is (190,246,186). Sum of RGB (Red+Green+Blue) = 190+246+186=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF6BA is #410945. Grayscale: #DEDEDE. Windows color (decimal): -4262214 or 12252862. OLE color: 12252862.

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

Color convert

RGB190246186-
CMYK0.2300.240.04
HSL116º76.92%84.71%-
HSV(B)116º24.39%96.47%-
XYZ63.0580.458.65-
YUV222.42107.45104.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 246 (96.48% from 255) = 39.55%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=30.55%
G=39.55%
B=29.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902461860.2300.240.0411676.9284.71
HexBEF6BA170184744d55
Octal276366272270304164115125
Binary10111110111101101011101010111011000100111010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF6BA; }

 p { color: rgb(190,246,186); }

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

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

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

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

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

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

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