#B4E8BA

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

Shades of Fringy Flower #B4E8BA

Tints of Fringy Flower #B4E8BA

Color information

#B4E8BA (or 0xB4E8BA) is unknown color: approx Fringy Flower. HEX triplet: B4, E8 and BA. RGB value is (180,232,186). Sum of RGB (Red+Green+Blue) = 180+232+186=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E8BA is #4B1745. Grayscale: #D3D3D3. Windows color (decimal): -4921158 or 12249268. OLE color: 12249268.

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

Color convert

RGB180232186-
CMYK0.2200.200.09
HSL126.92º53.06%80.78%-
HSV(B)126.92º22.41%90.98%-
XYZ56.5470.9657.17-
YUV211.21113.77105.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.10%
GREEN value IS 232 (91.02% from 255) = 38.80%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=30.10%
G=38.80%
B=31.10%

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
Decimal1802321860.2200.200.09126.9253.0680.78
HexB4E8BA1601497f3551
Octal264350272260241117765121
Binary10110100111010001011101010110010100100111111111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E8BA; }

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

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

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

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

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

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

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

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