#B5E8BF

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

Shades of Fringy Flower #B5E8BF

Tints of Fringy Flower #B5E8BF

Color information

#B5E8BF (or 0xB5E8BF) is unknown color: approx Fringy Flower. HEX triplet: B5, E8 and BF. RGB value is (181,232,191). Sum of RGB (Red+Green+Blue) = 181+232+191=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8BF is #4A1740. Grayscale: #D4D4D4. Windows color (decimal): -4855617 or 12576949. OLE color: 12576949.

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

Color convert

RGB181232191-
CMYK0.2200.180.09
HSL131.76º52.58%80.98%-
HSV(B)131.76º21.98%90.98%-
XYZ57.3271.360.03-
YUV212.08116.1105.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.97%
GREEN value IS 232 (91.02% from 255) = 38.41%
BLUE value IS 191 (75% from 255) = 31.62%
R=29.97%
G=38.41%
B=31.62%

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
Decimal1812321910.2200.180.09131.7652.5880.98
HexB5E8BF160129843551
Octal265350277260221120465121
Binary101101011110100010111111101100100101001100001001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E8BF; }

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

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

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

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

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

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

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

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