#B2EBBB

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

Shades of Fringy Flower #B2EBBB

Tints of Fringy Flower #B2EBBB

Color information

#B2EBBB (or 0xB2EBBB) is unknown color: approx Fringy Flower. HEX triplet: B2, EB and BB. RGB value is (178,235,187). Sum of RGB (Red+Green+Blue) = 178+235+187=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBBB is #4D1444. Grayscale: #D4D4D4. Windows color (decimal): -5051461 or 12315570. OLE color: 12315570.

HSL color Cylindrical-coordinate representation of color #B2EBBB: hue angle of 129.47º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EBBB is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB178235187-
CMYK0.2400.200.08
HSL129.47º58.76%80.98%-
HSV(B)129.47º24.26%92.16%-
XYZ57.0472.4758-
YUV212.48113.62103.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.67%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=29.67%
G=39.17%
B=31.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782351870.2400.200.08129.4758.7680.98
HexB2EBBB180148813b51
Octal262353273300241020173121
Binary101100101110101110111011110000101001000100000011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EBBB; }

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

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

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

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

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

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

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

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