#B4E9BE

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

Shades of Fringy Flower #B4E9BE

Tints of Fringy Flower #B4E9BE

Color information

#B4E9BE (or 0xB4E9BE) is unknown color: approx Fringy Flower. HEX triplet: B4, E9 and BE. RGB value is (180,233,190). Sum of RGB (Red+Green+Blue) = 180+233+190=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 233 (91.41% from 255 or 38.64% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E9BE is #4B1641. Grayscale: #D4D4D4. Windows color (decimal): -4920898 or 12511668. OLE color: 12511668.

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

Color convert

RGB180233190-
CMYK0.2300.180.09
HSL131.32º54.64%80.98%-
HSV(B)131.32º22.75%91.37%-
XYZ57.2671.759.54-
YUV212.25115.44105-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.85%
GREEN value IS 233 (91.41% from 255) = 38.64%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=29.85%
G=38.64%
B=31.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802331900.2300.180.09131.3254.6480.98
HexB4E9BE170129833751
Octal264351276270221120367121
Binary101101001110100110111110101110100101001100000111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E9BE; }

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

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

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

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

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

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

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

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