#B6FABD

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

Shades of Fringy Flower #B6FABD

Tints of Fringy Flower #B6FABD

Color information

#B6FABD (or 0xB6FABD) is unknown color: approx Fringy Flower. HEX triplet: B6, FA and BD. RGB value is (182,250,189). Sum of RGB (Red+Green+Blue) = 182+250+189=621 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.31% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FABD is #490542. Grayscale: #DEDEDE. Windows color (decimal): -4785475 or 12450486. OLE color: 12450486.

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

Color convert

RGB182250189-
CMYK0.2700.240.02
HSL126.18º87.18%84.71%-
HSV(B)126.18º27.2%98.04%-
XYZ62.6681.9960.67-
YUV222.71108.9798.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.31%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 189 (74.22% from 255) = 30.43%
R=29.31%
G=40.26%
B=30.43%

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
Decimal1822501890.2700.240.02126.1887.1884.71
HexB6FABD1B01827e5755
Octal266372275330302176127125
Binary1011011011111010101111011101101100010111111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FABD; }

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

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

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

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

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

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

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

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