#B4EEBE

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

Shades of Fringy Flower #B4EEBE

Tints of Fringy Flower #B4EEBE

Color information

#B4EEBE (or 0xB4EEBE) is unknown color: approx Fringy Flower. HEX triplet: B4, EE and BE. RGB value is (180,238,190). Sum of RGB (Red+Green+Blue) = 180+238+190=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EEBE is #4B1141. Grayscale: #D7D7D7. Windows color (decimal): -4919618 or 12512948. OLE color: 12512948.

HSL color Cylindrical-coordinate representation of color #B4EEBE: hue angle of 130.34º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4EEBE is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB180238190-
CMYK0.2400.200.07
HSL130.34º63.04%81.96%-
HSV(B)130.34º24.37%93.33%-
XYZ58.6974.5760.02-
YUV215.19113.78102.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.61%
GREEN value IS 238 (93.36% from 255) = 39.14%
BLUE value IS 190 (74.61% from 255) = 31.25%
R=29.61%
G=39.14%
B=31.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802381900.2400.200.07130.3463.0481.96
HexB4EEBE180147823f52
Octal26435627630024720277122
Binary10110100111011101011111011000010100111100000101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EEBE; }

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

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

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

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

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

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

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

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