#B2F2BA

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

Shades of Fringy Flower #B2F2BA

Tints of Fringy Flower #B2F2BA

Color information

#B2F2BA (or 0xB2F2BA) is unknown color: approx Fringy Flower. HEX triplet: B2, F2 and BA. RGB value is (178,242,186). Sum of RGB (Red+Green+Blue) = 178+242+186=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F2BA is #4D0D45. Grayscale: #D8D8D8. Windows color (decimal): -5049670 or 12251826. OLE color: 12251826.

HSL color Cylindrical-coordinate representation of color #B2F2BA: hue angle of 127.5º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F2BA is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB178242186-
CMYK0.2600.230.05
HSL127.5º71.11%82.35%-
HSV(B)127.5º26.45%94.9%-
XYZ58.9876.5158.11-
YUV216.48110.8100.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.37%
GREEN value IS 242 (94.92% from 255) = 39.93%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=29.37%
G=39.93%
B=30.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782421860.2600.230.05127.571.1182.35
HexB2F2BA1A01757f4752
Octal262362272320275177107122
Binary10110010111100101011101011010010111101111111110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F2BA; }

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

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

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

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

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

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

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

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