#BFEBBF

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

Shades of Fringy Flower #BFEBBF

Tints of Fringy Flower #BFEBBF

Color information

#BFEBBF (or 0xBFEBBF) is unknown color: approx Fringy Flower. HEX triplet: BF, EB and BF. RGB value is (191,235,191). Sum of RGB (Red+Green+Blue) = 191+235+191=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBBF is #401440. Grayscale: #D8D8D8. Windows color (decimal): -4199489 or 12577727. OLE color: 12577727.

HSL color Cylindrical-coordinate representation of color #BFEBBF: hue angle of 120º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBBF is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB191235191-
CMYK0.1900.190.08
HSL120º52.38%83.53%-
HSV(B)120º18.72%92.16%-
XYZ60.674.2560.43-
YUV216.83113.42109.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 191 (75% from 255) = 30.96%
R=30.96%
G=38.09%
B=30.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912351910.1900.190.0812052.3883.53
HexBFEBBF130138783454
Octal277353277230231017064124
Binary10111111111010111011111110011010011100011110001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBBF; }

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

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

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

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

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

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

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

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