#BFE9BD

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

Shades of Fringy Flower #BFE9BD

Tints of Fringy Flower #BFE9BD

Color information

#BFE9BD (or 0xBFE9BD) is unknown color: approx Fringy Flower. HEX triplet: BF, E9 and BD. RGB value is (191,233,189). Sum of RGB (Red+Green+Blue) = 191+233+189=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE9BD is #401642. Grayscale: #D7D7D7. Windows color (decimal): -4200003 or 12446143. OLE color: 12446143.

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

Color convert

RGB191233189-
CMYK0.1800.190.09
HSL117.27º50%82.75%-
HSV(B)117.27º18.88%91.37%-
XYZ59.8173.0359.09-
YUV215.43113.09110.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 233 (91.41% from 255) = 38.01%
BLUE value IS 189 (74.22% from 255) = 30.83%
R=31.16%
G=38.01%
B=30.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912331890.1800.190.09117.275082.75
HexBFE9BD120139753253
Octal277351275220231116562123
Binary10111111111010011011110110010010011100111101011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE9BD; }

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

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

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

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

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

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

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

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