#B5EFBF

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

Shades of Fringy Flower #B5EFBF

Tints of Fringy Flower #B5EFBF

Color information

#B5EFBF (or 0xB5EFBF) is unknown color: approx Fringy Flower. HEX triplet: B5, EF and BF. RGB value is (181,239,191). Sum of RGB (Red+Green+Blue) = 181+239+191=611 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.62% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFBF is #4A1040. Grayscale: #D8D8D8. Windows color (decimal): -4853825 or 12578741. OLE color: 12578741.

HSL color Cylindrical-coordinate representation of color #B5EFBF: hue angle of 130.34º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFBF is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB181239191-
CMYK0.2400.200.06
HSL130.34º64.44%82.35%-
HSV(B)130.34º24.27%93.73%-
XYZ59.3375.3260.7-
YUV216.19113.78102.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.62%
GREEN value IS 239 (93.75% from 255) = 39.12%
BLUE value IS 191 (75% from 255) = 31.26%
R=29.62%
G=39.12%
B=31.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812391910.2400.200.06130.3464.4482.35
HexB5EFBF180146824052
Octal265357277300246202100122
Binary101101011110111110111111110000101001101000001010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EFBF; }

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

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

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

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

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

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

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

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