#B4EABB

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

Shades of Fringy Flower #B4EABB

Tints of Fringy Flower #B4EABB

Color information

#B4EABB (or 0xB4EABB) is unknown color: approx Fringy Flower. HEX triplet: B4, EA and BB. RGB value is (180,234,187). Sum of RGB (Red+Green+Blue) = 180+234+187=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EABB is #4B1544. Grayscale: #D4D4D4. Windows color (decimal): -4920645 or 12315316. OLE color: 12315316.

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

Color convert

RGB180234187-
CMYK0.2300.200.08
HSL127.78º56.25%81.18%-
HSV(B)127.78º23.08%91.76%-
XYZ57.2172.1457.92-
YUV212.5113.61104.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.95%
GREEN value IS 234 (91.80% from 255) = 38.94%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=29.95%
G=38.94%
B=31.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802341870.2300.200.08127.7856.2581.18
HexB4EABB170148803851
Octal264352273270241020070121
Binary101101001110101010111011101110101001000100000001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EABB; }

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

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

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

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

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

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

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

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