#B3FFBA

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

Shades of Fringy Flower #B3FFBA

Tints of Fringy Flower #B3FFBA

Color information

#B3FFBA (or 0xB3FFBA) is unknown color: approx Fringy Flower. HEX triplet: B3, FF and BA. RGB value is (179,255,186). Sum of RGB (Red+Green+Blue) = 179+255+186=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFBA is #4C0045. Grayscale: #E0E0E0. Windows color (decimal): -4980806 or 12255155. OLE color: 12255155.

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

Color convert

RGB179255186-
CMYK0.3000.270
HSL125.53º100%85.1%-
HSV(B)125.53º29.8%100%-
XYZ63.2184.6559.46-
YUV224.41106.3295.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.87%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 186 (73.05% from 255) = 30%
R=28.87%
G=41.13%
B=30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792551860.3000.270125.5310085.1
HexB3FFBA1E01B07e6455
Octal263377272360330176144125
Binary101100111111111110111010111100110110111111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFBA; }

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

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

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

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

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

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

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

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