#B3F1BF

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

Shades of Fringy Flower #B3F1BF

Tints of Fringy Flower #B3F1BF

Color information

#B3F1BF (or 0xB3F1BF) is unknown color: approx Fringy Flower. HEX triplet: B3, F1 and BF. RGB value is (179,241,191). Sum of RGB (Red+Green+Blue) = 179+241+191=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1BF is #4C0E40. Grayscale: #D8D8D8. Windows color (decimal): -4984385 or 12579251. OLE color: 12579251.

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

Color convert

RGB179241191-
CMYK0.2600.210.05
HSL131.61º68.89%82.35%-
HSV(B)131.61º25.73%94.51%-
XYZ59.4576.2660.88-
YUV216.76113.46101.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.30%
GREEN value IS 241 (94.53% from 255) = 39.44%
BLUE value IS 191 (75% from 255) = 31.26%
R=29.30%
G=39.44%
B=31.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792411910.2600.210.05131.6168.8982.35
HexB3F1BF1A0155844552
Octal263361277320255204105122
Binary101100111111000110111111110100101011011000010010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F1BF; }

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

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

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

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

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

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

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

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