#BFEAC1

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

Shades of Fringy Flower #BFEAC1

Tints of Fringy Flower #BFEAC1

Color information

#BFEAC1 (or 0xBFEAC1) is unknown color: approx Fringy Flower. HEX triplet: BF, EA and C1. RGB value is (191,234,193). Sum of RGB (Red+Green+Blue) = 191+234+193=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAC1 is #40153E. Grayscale: #D8D8D8. Windows color (decimal): -4199743 or 12708543. OLE color: 12708543.

HSL color Cylindrical-coordinate representation of color #BFEAC1: hue angle of 122.79º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEAC1 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB191234193-
CMYK0.1800.180.08
HSL122.79º50.59%83.33%-
HSV(B)122.79º18.38%91.76%-
XYZ60.5373.7761.5-
YUV216.47114.75109.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 193 (75.78% from 255) = 31.23%
R=30.91%
G=37.86%
B=31.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912341930.1800.180.08122.7950.5983.33
HexBFEAC11201287b3353
Octal277352301220221017363123
Binary10111111111010101100000110010010010100011110111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAC1; }

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

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

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

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

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

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

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

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