#B3FBBA

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

Shades of Fringy Flower #B3FBBA

Tints of Fringy Flower #B3FBBA

Color information

#B3FBBA (or 0xB3FBBA) is unknown color: approx Fringy Flower. HEX triplet: B3, FB and BA. RGB value is (179,251,186). Sum of RGB (Red+Green+Blue) = 179+251+186=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #B3FBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FBBA is #4C0445. Grayscale: #DEDEDE. Windows color (decimal): -4981830 or 12254131. OLE color: 12254131.

HSL color Cylindrical-coordinate representation of color #B3FBBA: hue angle of 125.83º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FBBA is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB179251186-
CMYK0.2900.260.02
HSL125.83º90%84.31%-
HSV(B)125.83º28.69%98.43%-
XYZ61.9582.1259.04-
YUV222.06107.6597.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.06%
GREEN value IS 251 (98.44% from 255) = 40.75%
BLUE value IS 186 (73.05% from 255) = 30.19%
R=29.06%
G=40.75%
B=30.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792511860.2900.260.02125.839084.31
HexB3FBBA1D01A27e5a54
Octal263373272350322176132124
Binary1011001111111011101110101110101101010111111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FBBA; }

 p { color: rgb(179,251,186); }

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

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

 a { background-color: rgb(179,251,186); }

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

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

 span { border-color: rgb(179,251,186); }

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