#BFEEC1

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

Shades of Fringy Flower #BFEEC1

Tints of Fringy Flower #BFEEC1

Color information

#BFEEC1 (or 0xBFEEC1) is unknown color: approx Fringy Flower. HEX triplet: BF, EE and C1. RGB value is (191,238,193). Sum of RGB (Red+Green+Blue) = 191+238+193=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEC1 is #40113E. Grayscale: #DADADA. Windows color (decimal): -4198719 or 12709567. OLE color: 12709567.

HSL color Cylindrical-coordinate representation of color #BFEEC1: hue angle of 122.55º 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 #BFEEC1 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB191238193-
CMYK0.2000.190.07
HSL122.55º58.02%84.12%-
HSV(B)122.55º19.75%93.33%-
XYZ61.6976.0861.88-
YUV218.82113.43108.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.71%
GREEN value IS 238 (93.36% from 255) = 38.26%
BLUE value IS 193 (75.78% from 255) = 31.03%
R=30.71%
G=38.26%
B=31.03%

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
Decimal1912381930.2000.190.07122.5558.0284.12
HexBFEEC11401377b3a54
Octal27735630124023717372124
Binary1011111111101110110000011010001001111111110111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEC1; }

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

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

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

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

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

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

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

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