#B2FBBF

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

Shades of Fringy Flower #B2FBBF

Tints of Fringy Flower #B2FBBF

Color information

#B2FBBF (or 0xB2FBBF) is unknown color: approx Fringy Flower. HEX triplet: B2, FB and BF. RGB value is (178,251,191). Sum of RGB (Red+Green+Blue) = 178+251+191=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBBF is #4D0440. Grayscale: #DEDEDE. Windows color (decimal): -5047361 or 12581810. OLE color: 12581810.

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

Color convert

RGB178251191-
CMYK0.2900.240.02
HSL130.68º90.12%84.12%-
HSV(B)130.68º29.08%98.43%-
XYZ62.2682.2261.88-
YUV222.33110.3296.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.71%
GREEN value IS 251 (98.44% from 255) = 40.48%
BLUE value IS 191 (75% from 255) = 30.81%
R=28.71%
G=40.48%
B=30.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782511910.2900.240.02130.6890.1284.12
HexB2FBBF1D0182835a54
Octal262373277350302203132124
Binary10110010111110111011111111101011000101000001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBBF; }

 p { color: rgb(178,251,191); }

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

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

 a { background-color: rgb(178,251,191); }

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

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

 span { border-color: rgb(178,251,191); }

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