#B3FDB9

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

Shades of Fringy Flower #B3FDB9

Tints of Fringy Flower #B3FDB9

Color information

#B3FDB9 (or 0xB3FDB9) is unknown color: approx Fringy Flower. HEX triplet: B3, FD and B9. RGB value is (179,253,185). Sum of RGB (Red+Green+Blue) = 179+253+185=617 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.01% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FDB9 is #4C0246. Grayscale: #DFDFDF. Windows color (decimal): -4981319 or 12189107. OLE color: 12189107.

HSL color Cylindrical-coordinate representation of color #B3FDB9: hue angle of 124.86º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FDB9 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB179253185-
CMYK0.2900.270.01
HSL124.86º94.87%84.71%-
HSV(B)124.86º29.25%99.22%-
XYZ62.4783.3458.69-
YUV223.12106.4896.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.01%
GREEN value IS 253 (99.22% from 255) = 41.00%
BLUE value IS 185 (72.66% from 255) = 29.98%
R=29.01%
G=41.00%
B=29.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792531850.2900.270.01124.8694.8784.71
HexB3FDB91D01B17d5f55
Octal263375271350331175137125
Binary101100111111110110111001111010110111111110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FDB9; }

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

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

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

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

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

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

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

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