#B2FABB

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

Shades of Fringy Flower #B2FABB

Tints of Fringy Flower #B2FABB

Color information

#B2FABB (or 0xB2FABB) is unknown color: approx Fringy Flower. HEX triplet: B2, FA and BB. RGB value is (178,250,187). Sum of RGB (Red+Green+Blue) = 178+250+187=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FABB is #4D0544. Grayscale: #DDDDDD. Windows color (decimal): -5047621 or 12319410. OLE color: 12319410.

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

Color convert

RGB178250187-
CMYK0.2900.250.02
HSL127.5º87.8%83.92%-
HSV(B)127.5º28.8%98.04%-
XYZ61.5281.4259.49-
YUV221.29108.6597.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.94%
GREEN value IS 250 (98.05% from 255) = 40.65%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=28.94%
G=40.65%
B=30.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782501870.2900.250.02127.587.883.92
HexB2FABB1D0192805854
Octal262372273350312200130124
Binary10110010111110101011101111101011001101000000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FABB; }

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

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

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

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

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

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

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

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