#B1EAC2

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

Shades of Fringy Flower #B1EAC2

Tints of Fringy Flower #B1EAC2

Color information

#B1EAC2 (or 0xB1EAC2) is unknown color: approx Fringy Flower. HEX triplet: B1, EA and C2. RGB value is (177,234,194). Sum of RGB (Red+Green+Blue) = 177+234+194=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #B1EAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EAC2 is #4E153D. Grayscale: #D4D4D4. Windows color (decimal): -5117246 or 12774065. OLE color: 12774065.

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

Color convert

RGB177234194-
CMYK0.2400.170.08
HSL137.89º57.58%80.59%-
HSV(B)137.89º24.36%91.76%-
XYZ57.2972.0961.93-
YUV212.4117.62102.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.26%
GREEN value IS 234 (91.80% from 255) = 38.68%
BLUE value IS 194 (76.17% from 255) = 32.07%
R=29.26%
G=38.68%
B=32.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772341940.2400.170.08137.8957.5880.59
HexB1EAC21801188a3a51
Octal261352302300211021272121
Binary101100011110101011000010110000100011000100010101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EAC2; }

 p { color: rgb(177,234,194); }

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

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

 a { background-color: rgb(177,234,194); }

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

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

 span { border-color: rgb(177,234,194); }

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