#b4e8b9

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

Shades of Fringy Flower #B4E8B9

Tints of Fringy Flower #B4E8B9

Color information

#B4E8B9 (or 0xB4E8B9) is unknown color: approx Fringy Flower. HEX triplet: B4, E8 and B9. RGB value is (180,232,185). Sum of RGB (Red+Green+Blue) = 180+232+185=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E8B9 is #4B1746. Grayscale: #D3D3D3. Windows color (decimal): -4921159 or 12183732. OLE color: 12183732.

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

Color convert

RGB180232185-
CMYK0.2200.200.09
HSL125.77º53.06%80.78%-
HSV(B)125.77º22.41%90.98%-
XYZ56.4470.9256.61-
YUV211.09113.27105.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.15%
GREEN value IS 232 (91.02% from 255) = 38.86%
BLUE value IS 185 (72.66% from 255) = 30.99%
R=30.15%
G=38.86%
B=30.99%

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
Decimal1802321850.2200.200.09125.7753.0680.78
HexB4E8B91601497e3551
Octal264350271260241117665121
Binary10110100111010001011100110110010100100111111101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4e8b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4e8b9; }

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

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

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

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

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

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

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

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