#BEF3BC

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

Shades of Fringy Flower #BEF3BC

Tints of Fringy Flower #BEF3BC

Color information

#BEF3BC (or 0xBEF3BC) is unknown color: approx Fringy Flower. HEX triplet: BE, F3 and BC. RGB value is (190,243,188). Sum of RGB (Red+Green+Blue) = 190+243+188=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF3BC is #410C43. Grayscale: #DDDDDD. Windows color (decimal): -4262980 or 12383166. OLE color: 12383166.

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

Color convert

RGB190243188-
CMYK0.2200.230.05
HSL117.82º69.62%84.51%-
HSV(B)117.82º22.63%95.29%-
XYZ62.3678.6859.48-
YUV220.88109.44105.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 243 (95.31% from 255) = 39.13%
BLUE value IS 188 (73.83% from 255) = 30.27%
R=30.60%
G=39.13%
B=30.27%

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
Decimal1902431880.2200.230.05117.8269.6284.51
HexBEF3BC160175764655
Octal276363274260275166106125
Binary10111110111100111011110010110010111101111011010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF3BC; }

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

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

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

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

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

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

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

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