#BEF5BB

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

Shades of Fringy Flower #BEF5BB

Tints of Fringy Flower #BEF5BB

Color information

#BEF5BB (or 0xBEF5BB) is unknown color: approx Fringy Flower. HEX triplet: BE, F5 and BB. RGB value is (190,245,187). Sum of RGB (Red+Green+Blue) = 190+245+187=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 245 (96.09% from 255 or 39.39% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF5BB is #410A44. Grayscale: #DEDEDE. Windows color (decimal): -4262469 or 12318142. OLE color: 12318142.

HSL color Cylindrical-coordinate representation of color #BEF5BB: hue angle of 116.9º degrees, saturation: 0.74, 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 #BEF5BB is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB190245187-
CMYK0.2200.240.04
HSL116.9º74.36%84.71%-
HSV(B)116.9º23.67%96.08%-
XYZ62.8679.8459.11-
YUV221.94108.28105.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 245 (96.09% from 255) = 39.39%
BLUE value IS 187 (73.44% from 255) = 30.06%
R=30.55%
G=39.39%
B=30.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902451870.2200.240.04116.974.3684.71
HexBEF5BB160184754a55
Octal276365273260304165112125
Binary10111110111101011011101110110011000100111010110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF5BB; }

 p { color: rgb(190,245,187); }

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

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

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

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

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

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

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