#BFEFBC

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

Shades of Fringy Flower #BFEFBC

Tints of Fringy Flower #BFEFBC

Color information

#BFEFBC (or 0xBFEFBC) is unknown color: approx Fringy Flower. HEX triplet: BF, EF and BC. RGB value is (191,239,188). Sum of RGB (Red+Green+Blue) = 191+239+188=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFBC is #401043. Grayscale: #DADADA. Windows color (decimal): -4198468 or 12382143. OLE color: 12382143.

HSL color Cylindrical-coordinate representation of color #BFEFBC: hue angle of 116.47º 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 #BFEFBC is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB191239188-
CMYK0.2000.210.06
HSL116.47º61.45%83.73%-
HSV(B)116.47º21.34%93.73%-
XYZ61.4376.4459.09-
YUV218.83110.6108.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 239 (93.75% from 255) = 38.67%
BLUE value IS 188 (73.83% from 255) = 30.42%
R=30.91%
G=38.67%
B=30.42%

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
Decimal1912391880.2000.210.06116.4761.4583.73
HexBFEFBC140156743d54
Octal27735727424025616475124
Binary1011111111101111101111001010001010111011101001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFBC; }

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

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

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

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

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

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

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

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