#B3FFB9

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

Shades of Fringy Flower #B3FFB9

Tints of Fringy Flower #B3FFB9

Color information

#B3FFB9 (or 0xB3FFB9) is unknown color: approx Fringy Flower. HEX triplet: B3, FF and B9. RGB value is (179,255,185). Sum of RGB (Red+Green+Blue) = 179+255+185=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFB9 is #4C0046. Grayscale: #E0E0E0. Windows color (decimal): -4980807 or 12189619. OLE color: 12189619.

HSL color Cylindrical-coordinate representation of color #B3FFB9: hue angle of 124.74º 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 #B3FFB9 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB179255185-
CMYK0.3000.270
HSL124.74º100%85.1%-
HSV(B)124.74º29.8%100%-
XYZ63.1184.6158.9-
YUV224.3105.8295.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.92%
GREEN value IS 255 (100% from 255) = 41.20%
BLUE value IS 185 (72.66% from 255) = 29.89%
R=28.92%
G=41.20%
B=29.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792551850.3000.270124.7410085.1
HexB3FFB91E01B07d6455
Octal263377271360330175144125
Binary101100111111111110111001111100110110111110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFB9; }

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

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

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

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

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

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

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

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