#BFEFBD

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

Shades of Fringy Flower #BFEFBD

Tints of Fringy Flower #BFEFBD

Color information

#BFEFBD (or 0xBFEFBD) is unknown color: approx Fringy Flower. HEX triplet: BF, EF and BD. RGB value is (191,239,189). Sum of RGB (Red+Green+Blue) = 191+239+189=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFBD is #401042. Grayscale: #DBDBDB. Windows color (decimal): -4198467 or 12447679. OLE color: 12447679.

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

Color convert

RGB191239189-
CMYK0.2000.210.06
HSL117.6º60.98%83.92%-
HSV(B)117.6º20.92%93.73%-
XYZ61.5476.4859.66-
YUV218.95111.1108.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.86%
GREEN value IS 239 (93.75% from 255) = 38.61%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=30.86%
G=38.61%
B=30.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912391890.2000.210.06117.660.9883.92
HexBFEFBD140156763d54
Octal27735727524025616675124
Binary1011111111101111101111011010001010111011101101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFBD; }

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

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

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

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

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

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

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

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