#BFEEBF

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

Shades of Fringy Flower #BFEEBF

Tints of Fringy Flower #BFEEBF

Color information

#BFEEBF (or 0xBFEEBF) is unknown color: approx Fringy Flower. HEX triplet: BF, EE and BF. RGB value is (191,238,191). Sum of RGB (Red+Green+Blue) = 191+238+191=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEBF is #401140. Grayscale: #DADADA. Windows color (decimal): -4198721 or 12578495. OLE color: 12578495.

HSL color Cylindrical-coordinate representation of color #BFEEBF: hue angle of 120º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEEBF is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB191238191-
CMYK0.2000.200.07
HSL120º58.02%84.12%-
HSV(B)120º19.75%93.33%-
XYZ61.4675.9960.72-
YUV218.59112.43108.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 191 (75% from 255) = 30.81%
R=30.81%
G=38.39%
B=30.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912381910.2000.200.0712058.0284.12
HexBFEEBF140147783a54
Octal27735627724024717072124
Binary1011111111101110101111111010001010011111110001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEBF; }

 p { color: rgb(191,238,191); }

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

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

 a { background-color: rgb(191,238,191); }

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

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

 span { border-color: rgb(191,238,191); }

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