#B5ECBD

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

Shades of Fringy Flower #B5ECBD

Tints of Fringy Flower #B5ECBD

Color information

#B5ECBD (or 0xB5ECBD) is unknown color: approx Fringy Flower. HEX triplet: B5, EC and BD. RGB value is (181,236,189). Sum of RGB (Red+Green+Blue) = 181+236+189=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECBD is #4A1342. Grayscale: #D6D6D6. Windows color (decimal): -4854595 or 12446901. OLE color: 12446901.

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

Color convert

RGB181236189-
CMYK0.2300.200.07
HSL128.73º59.14%81.76%-
HSV(B)128.73º23.31%92.55%-
XYZ58.2473.4959.26-
YUV214.2113.78104.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.87%
GREEN value IS 236 (92.58% from 255) = 38.94%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=29.87%
G=38.94%
B=31.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812361890.2300.200.07128.7359.1481.76
HexB5ECBD170147813b52
Octal26535427527024720173122
Binary10110101111011001011110110111010100111100000011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ECBD; }

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

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

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

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

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

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

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

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