#B5EFBA

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

Shades of Fringy Flower #B5EFBA

Tints of Fringy Flower #B5EFBA

Color information

#B5EFBA (or 0xB5EFBA) is unknown color: approx Fringy Flower. HEX triplet: B5, EF and BA. RGB value is (181,239,186). Sum of RGB (Red+Green+Blue) = 181+239+186=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFBA is #4A1045. Grayscale: #D7D7D7. Windows color (decimal): -4853830 or 12251061. OLE color: 12251061.

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

Color convert

RGB181239186-
CMYK0.2400.220.06
HSL125.17º64.44%82.35%-
HSV(B)125.17º24.27%93.73%-
XYZ58.7975.157.85-
YUV215.62111.28103.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.87%
GREEN value IS 239 (93.75% from 255) = 39.44%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=29.87%
G=39.44%
B=30.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812391860.2400.220.06125.1764.4482.35
HexB5EFBA1801667d4052
Octal265357272300266175100122
Binary10110101111011111011101011000010110110111110110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EFBA; }

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

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

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

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

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

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

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

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