#B5E8BA

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

Shades of Fringy Flower #B5E8BA

Tints of Fringy Flower #B5E8BA

Color information

#B5E8BA (or 0xB5E8BA) is unknown color: approx Fringy Flower. HEX triplet: B5, E8 and BA. RGB value is (181,232,186). Sum of RGB (Red+Green+Blue) = 181+232+186=599 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.22% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8BA is #4A1745. Grayscale: #D3D3D3. Windows color (decimal): -4855622 or 12249269. OLE color: 12249269.

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

Color convert

RGB181232186-
CMYK0.2200.200.09
HSL125.88º52.58%80.98%-
HSV(B)125.88º21.98%90.98%-
XYZ56.7871.0857.18-
YUV211.51113.6106.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.22%
GREEN value IS 232 (91.02% from 255) = 38.73%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=30.22%
G=38.73%
B=31.05%

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
Decimal1812321860.2200.200.09125.8852.5880.98
HexB5E8BA1601497e3551
Octal265350272260241117665121
Binary10110101111010001011101010110010100100111111101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E8BA; }

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

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

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

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

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

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

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

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