#B2EABB

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

Shades of Fringy Flower #B2EABB

Tints of Fringy Flower #B2EABB

Color information

#B2EABB (or 0xB2EABB) is unknown color: approx Fringy Flower. HEX triplet: B2, EA and BB. RGB value is (178,234,187). Sum of RGB (Red+Green+Blue) = 178+234+187=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EABB is #4D1544. Grayscale: #D4D4D4. Windows color (decimal): -5051717 or 12315314. OLE color: 12315314.

HSL color Cylindrical-coordinate representation of color #B2EABB: hue angle of 129.64º degrees, saturation: 0.57, 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 #B2EABB is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB178234187-
CMYK0.2400.200.08
HSL129.64º57.14%80.78%-
HSV(B)129.64º23.93%91.76%-
XYZ56.7571.957.9-
YUV211.9113.95103.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.72%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=29.72%
G=39.07%
B=31.22%

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
Decimal1782341870.2400.200.08129.6457.1480.78
HexB2EABB180148823951
Octal262352273300241020271121
Binary101100101110101010111011110000101001000100000101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EABB; }

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

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

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

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

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

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

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

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