#B5EAC5

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

Shades of Fringy Flower #B5EAC5

Tints of Fringy Flower #B5EAC5

Color information

#B5EAC5 (or 0xB5EAC5) is unknown color: approx Fringy Flower. HEX triplet: B5, EA and C5. RGB value is (181,234,197). Sum of RGB (Red+Green+Blue) = 181+234+197=612 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.58% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EAC5 is #4A153A. Grayscale: #D6D6D6. Windows color (decimal): -4855099 or 12970677. OLE color: 12970677.

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

Color convert

RGB181234197-
CMYK0.2300.160.08
HSL138.11º55.79%81.37%-
HSV(B)138.11º22.65%91.76%-
XYZ58.5672.763.77-
YUV213.94118.44104.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.58%
GREEN value IS 234 (91.80% from 255) = 38.24%
BLUE value IS 197 (77.34% from 255) = 32.19%
R=29.58%
G=38.24%
B=32.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812341970.2300.160.08138.1155.7981.37
HexB5EAC51701088a3851
Octal265352305270201021270121
Binary101101011110101011000101101110100001000100010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EAC5; }

 p { color: rgb(181,234,197); }

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

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

 a { background-color: rgb(181,234,197); }

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

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

 span { border-color: rgb(181,234,197); }

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