#B3FFBB

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

Shades of Fringy Flower #B3FFBB

Tints of Fringy Flower #B3FFBB

Color information

#B3FFBB (or 0xB3FFBB) is unknown color: approx Fringy Flower. HEX triplet: B3, FF and BB. RGB value is (179,255,187). Sum of RGB (Red+Green+Blue) = 179+255+187=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFBB is #4C0044. Grayscale: #E0E0E0. Windows color (decimal): -4980805 or 12320691. OLE color: 12320691.

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

Color convert

RGB179255187-
CMYK0.3000.270
HSL126.32º100%85.1%-
HSV(B)126.32º29.8%100%-
XYZ63.3284.6960.02-
YUV224.52106.8295.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.82%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 187 (73.44% from 255) = 30.11%
R=28.82%
G=41.06%
B=30.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792551870.3000.270126.3210085.1
HexB3FFBB1E01B07e6455
Octal263377273360330176144125
Binary101100111111111110111011111100110110111111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFBB; }

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

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

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

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

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

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

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

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