#BFEEC0

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

Shades of Fringy Flower #BFEEC0

Tints of Fringy Flower #BFEEC0

Color information

#BFEEC0 (or 0xBFEEC0) is unknown color: approx Fringy Flower. HEX triplet: BF, EE and C0. RGB value is (191,238,192). Sum of RGB (Red+Green+Blue) = 191+238+192=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEC0 is #40113F. Grayscale: #DADADA. Windows color (decimal): -4198720 or 12644031. OLE color: 12644031.

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

Color convert

RGB191238192-
CMYK0.2000.190.07
HSL121.28º58.02%84.12%-
HSV(B)121.28º19.75%93.33%-
XYZ61.5776.0361.3-
YUV218.7112.93108.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 238 (93.36% from 255) = 38.33%
BLUE value IS 192 (75.39% from 255) = 30.92%
R=30.76%
G=38.33%
B=30.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912381920.2000.190.07121.2858.0284.12
HexBFEEC0140137793a54
Octal27735630024023717172124
Binary1011111111101110110000001010001001111111110011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEC0; }

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

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

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

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

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

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

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

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