#B6FABF

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

Shades of Fringy Flower #B6FABF

Tints of Fringy Flower #B6FABF

Color information

#B6FABF (or 0xB6FABF) is unknown color: approx Fringy Flower. HEX triplet: B6, FA and BF. RGB value is (182,250,191). Sum of RGB (Red+Green+Blue) = 182+250+191=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FABF is #490540. Grayscale: #DFDFDF. Windows color (decimal): -4785473 or 12581558. OLE color: 12581558.

HSL color Cylindrical-coordinate representation of color #B6FABF: hue angle of 127.94º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6FABF is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB182250191-
CMYK0.2700.240.02
HSL127.94º87.18%84.71%-
HSV(B)127.94º27.2%98.04%-
XYZ62.8882.0861.82-
YUV222.94109.9798.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.21%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 191 (75% from 255) = 30.66%
R=29.21%
G=40.13%
B=30.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822501910.2700.240.02127.9487.1884.71
HexB6FABF1B0182805755
Octal266372277330302200127125
Binary10110110111110101011111111011011000101000000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FABF; }

 p { color: rgb(182,250,191); }

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

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

 a { background-color: rgb(182,250,191); }

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

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

 span { border-color: rgb(182,250,191); }

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