#B2FABA

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

Shades of Fringy Flower #B2FABA

Tints of Fringy Flower #B2FABA

Color information

#B2FABA (or 0xB2FABA) is unknown color: approx Fringy Flower. HEX triplet: B2, FA and BA. RGB value is (178,250,186). Sum of RGB (Red+Green+Blue) = 178+250+186=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FABA is #4D0545. Grayscale: #DDDDDD. Windows color (decimal): -5047622 or 12253874. OLE color: 12253874.

HSL color Cylindrical-coordinate representation of color #B2FABA: hue angle of 126.67º degrees, saturation: 0.88, 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 #B2FABA is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB178250186-
CMYK0.2900.260.02
HSL126.67º87.8%83.92%-
HSV(B)126.67º28.8%98.04%-
XYZ61.4181.3858.93-
YUV221.18108.1597.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.99%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=28.99%
G=40.72%
B=30.29%

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
Decimal1782501860.2900.260.02126.6787.883.92
HexB2FABA1D01A27f5854
Octal262372272350322177130124
Binary1011001011111010101110101110101101010111111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FABA; }

 p { color: rgb(178,250,186); }

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

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

 a { background-color: rgb(178,250,186); }

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

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

 span { border-color: rgb(178,250,186); }

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