#BFEEBD

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

Shades of Fringy Flower #BFEEBD

Tints of Fringy Flower #BFEEBD

Color information

#BFEEBD (or 0xBFEEBD) is unknown color: approx Fringy Flower. HEX triplet: BF, EE and BD. RGB value is (191,238,189). Sum of RGB (Red+Green+Blue) = 191+238+189=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEBD is #401142. Grayscale: #DADADA. Windows color (decimal): -4198723 or 12447423. OLE color: 12447423.

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

Color convert

RGB191238189-
CMYK0.2000.210.07
HSL117.55º59.04%83.73%-
HSV(B)117.55º20.59%93.33%-
XYZ61.2575.959.57-
YUV218.36111.43108.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 238 (93.36% from 255) = 38.51%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=30.91%
G=38.51%
B=30.58%

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
Decimal1912381890.2000.210.07117.5559.0483.73
HexBFEEBD140157763b54
Octal27735627524025716673124
Binary1011111111101110101111011010001010111111101101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEBD; }

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

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

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

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

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

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

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

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