#B4E8BE

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

Shades of Fringy Flower #B4E8BE

Tints of Fringy Flower #B4E8BE

Color information

#B4E8BE (or 0xB4E8BE) is unknown color: approx Fringy Flower. HEX triplet: B4, E8 and BE. RGB value is (180,232,190). Sum of RGB (Red+Green+Blue) = 180+232+190=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E8BE is #4B1741. Grayscale: #D3D3D3. Windows color (decimal): -4921154 or 12511412. OLE color: 12511412.

HSL color Cylindrical-coordinate representation of color #B4E8BE: hue angle of 131.54º degrees, saturation: 0.53, 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 #B4E8BE is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB180232190-
CMYK0.2200.180.09
HSL131.54º53.06%80.78%-
HSV(B)131.54º22.41%90.98%-
XYZ56.9771.1359.44-
YUV211.66115.77105.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.90%
GREEN value IS 232 (91.02% from 255) = 38.54%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=29.90%
G=38.54%
B=31.56%

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
Decimal1802321900.2200.180.09131.5453.0680.78
HexB4E8BE160129843551
Octal264350276260221120465121
Binary101101001110100010111110101100100101001100001001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E8BE; }

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

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

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

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

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

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

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

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