#B3FFBF

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

Shades of Fringy Flower #B3FFBF

Tints of Fringy Flower #B3FFBF

Color information

#B3FFBF (or 0xB3FFBF) is unknown color: approx Fringy Flower. HEX triplet: B3, FF and BF. RGB value is (179,255,191). Sum of RGB (Red+Green+Blue) = 179+255+191=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFBF is #4C0040. Grayscale: #E1E1E1. Windows color (decimal): -4980801 or 12582835. OLE color: 12582835.

HSL color Cylindrical-coordinate representation of color #B3FFBF: hue angle of 129.47º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFBF is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB179255191-
CMYK0.3000.250
HSL129.47º100%85.1%-
HSV(B)129.47º29.8%100%-
XYZ63.7584.8762.31-
YUV224.98108.8295.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.64%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 191 (75% from 255) = 30.56%
R=28.64%
G=40.8%
B=30.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792551910.3000.250129.4710085.1
HexB3FFBF1E0190816455
Octal263377277360310201144125
Binary1011001111111111101111111111001100101000000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFBF; }

 p { color: rgb(179,255,191); }

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

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

 a { background-color: rgb(179,255,191); }

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

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

 span { border-color: rgb(179,255,191); }

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