#BFEFBB

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

Shades of Fringy Flower #BFEFBB

Tints of Fringy Flower #BFEFBB

Color information

#BFEFBB (or 0xBFEFBB) is unknown color: approx Fringy Flower. HEX triplet: BF, EF and BB. RGB value is (191,239,187). Sum of RGB (Red+Green+Blue) = 191+239+187=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFBB is #401044. Grayscale: #DADADA. Windows color (decimal): -4198469 or 12316607. OLE color: 12316607.

HSL color Cylindrical-coordinate representation of color #BFEFBB: hue angle of 115.38º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFEFBB is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB191239187-
CMYK0.2000.220.06
HSL115.38º61.9%83.53%-
HSV(B)115.38º21.76%93.73%-
XYZ61.3276.458.53-
YUV218.72110.1108.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 187 (73.44% from 255) = 30.31%
R=30.96%
G=38.74%
B=30.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912391870.2000.220.06115.3861.983.53
HexBFEFBB140166733e54
Octal27735727324026616376124
Binary1011111111101111101110111010001011011011100111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFBB; }

 p { color: rgb(191,239,187); }

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

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

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

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

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

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

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