#B2E5BB

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

Shades of Fringy Flower #B2E5BB

Tints of Fringy Flower #B2E5BB

Color information

#B2E5BB (or 0xB2E5BB) is unknown color: approx Fringy Flower. HEX triplet: B2, E5 and BB. RGB value is (178,229,187). Sum of RGB (Red+Green+Blue) = 178+229+187=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 229 (89.84% from 255 or 38.55% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E5BB is #4D1A44. Grayscale: #D1D1D1. Windows color (decimal): -5052997 or 12314034. OLE color: 12314034.

HSL color Cylindrical-coordinate representation of color #B2E5BB: hue angle of 130.59º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E5BB is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB178229187-
CMYK0.2200.180.10
HSL130.59º49.51%79.8%-
HSV(B)130.59º22.27%89.8%-
XYZ55.3569.0957.43-
YUV208.96115.6105.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.97%
GREEN value IS 229 (89.84% from 255) = 38.55%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=29.97%
G=38.55%
B=31.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1782291870.2200.180.10130.5949.5179.8
HexB2E5BB16012A833250
Octal262345273260221220362120
Binary101100101110010110111011101100100101010100000111100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E5BB; }

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

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

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

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

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

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

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

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