#BEF3BB

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

Shades of Fringy Flower #BEF3BB

Tints of Fringy Flower #BEF3BB

Color information

#BEF3BB (or 0xBEF3BB) is unknown color: approx Fringy Flower. HEX triplet: BE, F3 and BB. RGB value is (190,243,187). Sum of RGB (Red+Green+Blue) = 190+243+187=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF3BB is #410C44. Grayscale: #DCDCDC. Windows color (decimal): -4262981 or 12317630. OLE color: 12317630.

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

Color convert

RGB190243187-
CMYK0.2200.230.05
HSL116.79º70%84.31%-
HSV(B)116.79º23.05%95.29%-
XYZ62.2678.6458.91-
YUV220.77108.94106.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 243 (95.31% from 255) = 39.19%
BLUE value IS 187 (73.44% from 255) = 30.16%
R=30.65%
G=39.19%
B=30.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902431870.2200.230.05116.797084.31
HexBEF3BB160175754654
Octal276363273260275165106124
Binary10111110111100111011101110110010111101111010110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF3BB; }

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

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

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

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

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

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

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

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