#BFEEBB

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

Shades of Fringy Flower #BFEEBB

Tints of Fringy Flower #BFEEBB

Color information

#BFEEBB (or 0xBFEEBB) is unknown color: approx Fringy Flower. HEX triplet: BF, EE and BB. RGB value is (191,238,187). Sum of RGB (Red+Green+Blue) = 191+238+187=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEBB is #401144. Grayscale: #DADADA. Windows color (decimal): -4198725 or 12316351. OLE color: 12316351.

HSL color Cylindrical-coordinate representation of color #BFEEBB: hue angle of 115.29º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFEEBB is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB191238187-
CMYK0.2000.210.07
HSL115.29º60%83.33%-
HSV(B)115.29º21.43%93.33%-
XYZ61.0375.8158.43-
YUV218.13110.43108.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.01%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 187 (73.44% from 255) = 30.36%
R=31.01%
G=38.64%
B=30.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912381870.2000.210.07115.296083.33
HexBFEEBB140157733c53
Octal27735627324025716374123
Binary1011111111101110101110111010001010111111100111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEBB; }

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

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

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

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

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

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

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

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