#B4EAC1

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

Shades of Fringy Flower #B4EAC1

Tints of Fringy Flower #B4EAC1

Color information

#B4EAC1 (or 0xB4EAC1) is unknown color: approx Fringy Flower. HEX triplet: B4, EA and C1. RGB value is (180,234,193). Sum of RGB (Red+Green+Blue) = 180+234+193=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EAC1 is #4B153E. Grayscale: #D5D5D5. Windows color (decimal): -4920639 or 12708532. OLE color: 12708532.

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

Color convert

RGB180234193-
CMYK0.2300.180.08
HSL134.44º56.25%81.18%-
HSV(B)134.44º23.08%91.76%-
XYZ57.8772.461.38-
YUV213.18116.61104.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.65%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 193 (75.78% from 255) = 31.80%
R=29.65%
G=38.55%
B=31.80%

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
Decimal1802341930.2300.180.08134.4456.2581.18
HexB4EAC1170128863851
Octal264352301270221020670121
Binary101101001110101011000001101110100101000100001101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EAC1; }

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

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

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

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

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

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

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

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