#B3F2BF

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

Shades of Fringy Flower #B3F2BF

Tints of Fringy Flower #B3F2BF

Color information

#B3F2BF (or 0xB3F2BF) is unknown color: approx Fringy Flower. HEX triplet: B3, F2 and BF. RGB value is (179,242,191). Sum of RGB (Red+Green+Blue) = 179+242+191=612 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.25% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #B3F2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F2BF is #4C0D40. Grayscale: #D9D9D9. Windows color (decimal): -4984129 or 12579507. OLE color: 12579507.

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

Color convert

RGB179242191-
CMYK0.2600.210.05
HSL131.43º70.79%82.55%-
HSV(B)131.43º26.03%94.9%-
XYZ59.7576.8560.97-
YUV217.35113.13100.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.25%
GREEN value IS 242 (94.92% from 255) = 39.54%
BLUE value IS 191 (75% from 255) = 31.21%
R=29.25%
G=39.54%
B=31.21%

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
Decimal1792421910.2600.210.05131.4370.7982.55
HexB3F2BF1A0155834753
Octal263362277320255203107123
Binary101100111111001010111111110100101011011000001110001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F2BF; }

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

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

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

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

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

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

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

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