#B4E7B8

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

Shades of Fringy Flower #B4E7B8

Tints of Fringy Flower #B4E7B8

Color information

#B4E7B8 (or 0xB4E7B8) is unknown color: approx Fringy Flower. HEX triplet: B4, E7 and B8. RGB value is (180,231,184). Sum of RGB (Red+Green+Blue) = 180+231+184=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7B8 is #4B1847. Grayscale: #D2D2D2. Windows color (decimal): -4921416 or 12117940. OLE color: 12117940.

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

Color convert

RGB180231184-
CMYK0.2200.200.09
HSL124.71º51.52%80.59%-
HSV(B)124.71º22.08%90.59%-
XYZ56.0570.3255.97-
YUV210.39113.1106.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.25%
GREEN value IS 231 (90.62% from 255) = 38.82%
BLUE value IS 184 (72.27% from 255) = 30.92%
R=30.25%
G=38.82%
B=30.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802311840.2200.200.09124.7151.5280.59
HexB4E7B81601497d3451
Octal264347270260241117564121
Binary10110100111001111011100010110010100100111111011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E7B8; }

 p { color: rgb(180,231,184); }

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

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

 a { background-color: rgb(180,231,184); }

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

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

 span { border-color: rgb(180,231,184); }

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