#B5ECBE

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

Shades of Fringy Flower #B5ECBE

Tints of Fringy Flower #B5ECBE

Color information

#B5ECBE (or 0xB5ECBE) is unknown color: approx Fringy Flower. HEX triplet: B5, EC and BE. RGB value is (181,236,190). Sum of RGB (Red+Green+Blue) = 181+236+190=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECBE is #4A1341. Grayscale: #D6D6D6. Windows color (decimal): -4854594 or 12512437. OLE color: 12512437.

HSL color Cylindrical-coordinate representation of color #B5ECBE: hue angle of 129.82º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ECBE is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB181236190-
CMYK0.2300.190.07
HSL129.82º59.14%81.76%-
HSV(B)129.82º23.31%92.55%-
XYZ58.3573.5359.83-
YUV214.31114.28104.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.82%
GREEN value IS 236 (92.58% from 255) = 38.88%
BLUE value IS 190 (74.61% from 255) = 31.30%
R=29.82%
G=38.88%
B=31.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812361900.2300.190.07129.8259.1481.76
HexB5ECBE170137823b52
Octal26535427627023720273122
Binary10110101111011001011111010111010011111100000101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ECBE; }

 p { color: rgb(181,236,190); }

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

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

 a { background-color: rgb(181,236,190); }

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

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

 span { border-color: rgb(181,236,190); }

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