#B4EABF

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

Shades of Fringy Flower #B4EABF

Tints of Fringy Flower #B4EABF

Color information

#B4EABF (or 0xB4EABF) is unknown color: approx Fringy Flower. HEX triplet: B4, EA and BF. RGB value is (180,234,191). Sum of RGB (Red+Green+Blue) = 180+234+191=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EABF is #4B1540. Grayscale: #D5D5D5. Windows color (decimal): -4920641 or 12577460. OLE color: 12577460.

HSL color Cylindrical-coordinate representation of color #B4EABF: hue angle of 132.22º 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 #B4EABF is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB180234191-
CMYK0.2300.180.08
HSL132.22º56.25%81.18%-
HSV(B)132.22º23.08%91.76%-
XYZ57.6572.3160.21-
YUV212.95115.61104.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.75%
GREEN value IS 234 (91.80% from 255) = 38.68%
BLUE value IS 191 (75% from 255) = 31.57%
R=29.75%
G=38.68%
B=31.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802341910.2300.180.08132.2256.2581.18
HexB4EABF170128843851
Octal264352277270221020470121
Binary101101001110101010111111101110100101000100001001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EABF; }

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

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

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

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

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

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

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

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