#B5E9BE

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

Shades of Fringy Flower #B5E9BE

Tints of Fringy Flower #B5E9BE

Color information

#B5E9BE (or 0xB5E9BE) is unknown color: approx Fringy Flower. HEX triplet: B5, E9 and BE. RGB value is (181,233,190). Sum of RGB (Red+Green+Blue) = 181+233+190=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E9BE is #4A1641. Grayscale: #D4D4D4. Windows color (decimal): -4855362 or 12511669. OLE color: 12511669.

HSL color Cylindrical-coordinate representation of color #B5E9BE: hue angle of 130.38º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E9BE is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB181233190-
CMYK0.2200.180.09
HSL130.38º54.17%81.18%-
HSV(B)130.38º22.32%91.37%-
XYZ57.4971.8259.55-
YUV212.55115.27105.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.97%
GREEN value IS 233 (91.41% from 255) = 38.58%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=29.97%
G=38.58%
B=31.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812331900.2200.180.09130.3854.1781.18
HexB5E9BE160129823651
Octal265351276260221120266121
Binary101101011110100110111110101100100101001100000101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E9BE; }

 p { color: rgb(181,233,190); }

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

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

 a { background-color: rgb(181,233,190); }

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

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

 span { border-color: rgb(181,233,190); }

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