#B3F4B9

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

Shades of Fringy Flower #B3F4B9

Tints of Fringy Flower #B3F4B9

Color information

#B3F4B9 (or 0xB3F4B9) is unknown color: approx Fringy Flower. HEX triplet: B3, F4 and B9. RGB value is (179,244,185). Sum of RGB (Red+Green+Blue) = 179+244+185=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #B3F4B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F4B9 is #4C0B46. Grayscale: #DADADA. Windows color (decimal): -4983623 or 12186803. OLE color: 12186803.

HSL color Cylindrical-coordinate representation of color #B3F4B9: hue angle of 125.54º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3F4B9 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB179244185-
CMYK0.2700.240.04
HSL125.54º74.71%82.94%-
HSV(B)125.54º26.64%95.69%-
XYZ59.777.7957.77-
YUV217.84109.47100.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.44%
GREEN value IS 244 (95.70% from 255) = 40.13%
BLUE value IS 185 (72.66% from 255) = 30.43%
R=29.44%
G=40.13%
B=30.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1792441850.2700.240.04125.5474.7182.94
HexB3F4B91B01847e4b53
Octal263364271330304176113123
Binary10110011111101001011100111011011000100111111010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F4B9; }

 p { color: rgb(179,244,185); }

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

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

 a { background-color: rgb(179,244,185); }

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

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

 span { border-color: rgb(179,244,185); }

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