#BEFBBC

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

Shades of Fringy Flower #BEFBBC

Tints of Fringy Flower #BEFBBC

Color information

#BEFBBC (or 0xBEFBBC) is unknown color: approx Fringy Flower. HEX triplet: BE, FB and BC. RGB value is (190,251,188). Sum of RGB (Red+Green+Blue) = 190+251+188=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBBC is #410443. Grayscale: #E1E1E1. Windows color (decimal): -4260932 or 12385214. OLE color: 12385214.

HSL color Cylindrical-coordinate representation of color #BEFBBC: hue angle of 118.1º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFBBC is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB190251188-
CMYK0.2400.250.02
HSL118.1º88.73%86.08%-
HSV(B)118.1º25.1%98.43%-
XYZ64.8183.5760.29-
YUV225.58106.79102.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 188 (73.83% from 255) = 29.89%
R=30.21%
G=39.90%
B=29.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902511880.2400.250.02118.188.7386.08
HexBEFBBC180192765956
Octal276373274300312166131126
Binary1011111011111011101111001100001100110111011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBBC; }

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

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

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

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

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

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

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

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