#B4ECBB

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

Shades of Fringy Flower #B4ECBB

Tints of Fringy Flower #B4ECBB

Color information

#B4ECBB (or 0xB4ECBB) is unknown color: approx Fringy Flower. HEX triplet: B4, EC and BB. RGB value is (180,236,187). Sum of RGB (Red+Green+Blue) = 180+236+187=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4ECBB is #4B1344. Grayscale: #D5D5D5. Windows color (decimal): -4920133 or 12315828. OLE color: 12315828.

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

Color convert

RGB180236187-
CMYK0.2400.210.07
HSL127.5º59.57%81.57%-
HSV(B)127.5º23.73%92.55%-
XYZ57.7973.2858.11-
YUV213.67112.95103.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.85%
GREEN value IS 236 (92.58% from 255) = 39.14%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=29.85%
G=39.14%
B=31.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802361870.2400.210.07127.559.5781.57
HexB4ECBB1801577f3c52
Octal26435427330025717774122
Binary1011010011101100101110111100001010111111111111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ECBB; }

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

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

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

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

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

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

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

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