#BFEDC0

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

Shades of Fringy Flower #BFEDC0

Tints of Fringy Flower #BFEDC0

Color information

#BFEDC0 (or 0xBFEDC0) is unknown color: approx Fringy Flower. HEX triplet: BF, ED and C0. RGB value is (191,237,192). Sum of RGB (Red+Green+Blue) = 191+237+192=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDC0 is #40123F. Grayscale: #DADADA. Windows color (decimal): -4198976 or 12643775. OLE color: 12643775.

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

Color convert

RGB191237192-
CMYK0.1900.190.07
HSL121.3º56.1%83.92%-
HSV(B)121.3º19.41%92.94%-
XYZ61.2875.4561.2-
YUV218.12113.26108.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 192 (75.39% from 255) = 30.97%
R=30.81%
G=38.23%
B=30.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912371920.1900.190.07121.356.183.92
HexBFEDC0130137793854
Octal27735530023023717170124
Binary1011111111101101110000001001101001111111110011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDC0; }

 p { color: rgb(191,237,192); }

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

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

 a { background-color: rgb(191,237,192); }

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

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

 span { border-color: rgb(191,237,192); }

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