#B6ECBB

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

Shades of Fringy Flower #B6ECBB

Tints of Fringy Flower #B6ECBB

Color information

#B6ECBB (or 0xB6ECBB) is unknown color: approx Fringy Flower. HEX triplet: B6, EC and BB. RGB value is (182,236,187). Sum of RGB (Red+Green+Blue) = 182+236+187=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECBB is #491344. Grayscale: #D6D6D6. Windows color (decimal): -4789061 or 12315830. OLE color: 12315830.

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

Color convert

RGB182236187-
CMYK0.2300.210.07
HSL125.56º58.7%81.96%-
HSV(B)125.56º22.88%92.55%-
XYZ58.2673.5258.13-
YUV214.27112.61104.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.08%
GREEN value IS 236 (92.58% from 255) = 39.01%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=30.08%
G=39.01%
B=30.91%

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
Decimal1822361870.2300.210.07125.5658.781.96
HexB6ECBB1701577e3b52
Octal26635427327025717673122
Binary1011011011101100101110111011101010111111111101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ECBB; }

 p { color: rgb(182,236,187); }

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

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

 a { background-color: rgb(182,236,187); }

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

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

 span { border-color: rgb(182,236,187); }

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