#BFF3BE

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

Shades of Fringy Flower #BFF3BE

Tints of Fringy Flower #BFF3BE

Color information

#BFF3BE (or 0xBFF3BE) is unknown color: approx Fringy Flower. HEX triplet: BF, F3 and BE. RGB value is (191,243,190). Sum of RGB (Red+Green+Blue) = 191+243+190=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 243 (95.31% from 255 or 38.94% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3BE is #400C41. Grayscale: #DDDDDD. Windows color (decimal): -4197442 or 12514239. OLE color: 12514239.

HSL color Cylindrical-coordinate representation of color #BFF3BE: hue angle of 118.87º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF3BE is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB191243190-
CMYK0.2100.220.05
HSL118.87º68.83%84.9%-
HSV(B)118.87º21.81%95.29%-
XYZ62.8378.960.63-
YUV221.41110.27106.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 243 (95.31% from 255) = 38.94%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=30.61%
G=38.94%
B=30.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912431900.2100.220.05118.8768.8384.9
HexBFF3BE150165774555
Octal277363276250265167105125
Binary10111111111100111011111010101010110101111011110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF3BE; }

 p { color: rgb(191,243,190); }

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

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

 a { background-color: rgb(191,243,190); }

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

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

 span { border-color: rgb(191,243,190); }

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