#B5ECBA

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

Shades of Fringy Flower #B5ECBA

Tints of Fringy Flower #B5ECBA

Color information

#B5ECBA (or 0xB5ECBA) is unknown color: approx Fringy Flower. HEX triplet: B5, EC and BA. RGB value is (181,236,186). Sum of RGB (Red+Green+Blue) = 181+236+186=603 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.02% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECBA is #4A1345. Grayscale: #D5D5D5. Windows color (decimal): -4854598 or 12250293. OLE color: 12250293.

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

Color convert

RGB181236186-
CMYK0.2300.210.07
HSL125.45º59.14%81.76%-
HSV(B)125.45º23.31%92.55%-
XYZ57.9173.3657.56-
YUV213.86112.28104.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.02%
GREEN value IS 236 (92.58% from 255) = 39.14%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=30.02%
G=39.14%
B=30.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812361860.2300.210.07125.4559.1481.76
HexB5ECBA1701577d3b52
Octal26535427227025717573122
Binary1011010111101100101110101011101010111111111011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ECBA; }

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

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

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

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

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

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

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

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