#BFE8BE

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

Shades of Fringy Flower #BFE8BE

Tints of Fringy Flower #BFE8BE

Color information

#BFE8BE (or 0xBFE8BE) is unknown color: approx Fringy Flower. HEX triplet: BF, E8 and BE. RGB value is (191,232,190). Sum of RGB (Red+Green+Blue) = 191+232+190=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8BE is #401741. Grayscale: #D7D7D7. Windows color (decimal): -4200258 or 12511423. OLE color: 12511423.

HSL color Cylindrical-coordinate representation of color #BFE8BE: hue angle of 118.57º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE8BE is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB191232190-
CMYK0.1800.180.09
HSL118.57º47.73%82.75%-
HSV(B)118.57º18.1%90.98%-
XYZ59.6472.5159.57-
YUV214.95113.92110.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 232 (91.02% from 255) = 37.85%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=31.16%
G=37.85%
B=31.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912321900.1800.180.09118.5747.7382.75
HexBFE8BE120129773053
Octal277350276220221116760123
Binary10111111111010001011111010010010010100111101111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8BE; }

 p { color: rgb(191,232,190); }

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

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

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

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

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

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

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