#BFE5C0

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

Shades of Fringy Flower #BFE5C0

Tints of Fringy Flower #BFE5C0

Color information

#BFE5C0 (or 0xBFE5C0) is unknown color: approx Fringy Flower. HEX triplet: BF, E5 and C0. RGB value is (191,229,192). Sum of RGB (Red+Green+Blue) = 191+229+192=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5C0 is #401A3F. Grayscale: #D5D5D5. Windows color (decimal): -4201024 or 12641727. OLE color: 12641727.

HSL color Cylindrical-coordinate representation of color #BFE5C0: hue angle of 121.58º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE5C0 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB191229192-
CMYK0.1700.160.10
HSL121.58º42.22%82.35%-
HSV(B)121.58º16.59%89.8%-
XYZ59.0270.9260.45-
YUV213.42115.91112.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 229 (89.84% from 255) = 37.42%
BLUE value IS 192 (75.39% from 255) = 31.37%
R=31.21%
G=37.42%
B=31.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912291920.1700.160.10121.5842.2282.35
HexBFE5C011010A7a2a52
Octal277345300210201217252122
Binary10111111111001011100000010001010000101011110101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE5C0; }

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

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

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

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

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

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

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

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