#B4ECBE

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

Shades of Fringy Flower #B4ECBE

Tints of Fringy Flower #B4ECBE

Color information

#B4ECBE (or 0xB4ECBE) is unknown color: approx Fringy Flower. HEX triplet: B4, EC and BE. RGB value is (180,236,190). Sum of RGB (Red+Green+Blue) = 180+236+190=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4ECBE is #4B1341. Grayscale: #D6D6D6. Windows color (decimal): -4920130 or 12512436. OLE color: 12512436.

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

Color convert

RGB180236190-
CMYK0.2400.190.07
HSL130.71º59.57%81.57%-
HSV(B)130.71º23.73%92.55%-
XYZ58.1173.4159.82-
YUV214.01114.45103.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.70%
GREEN value IS 236 (92.58% from 255) = 38.94%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=29.70%
G=38.94%
B=31.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802361900.2400.190.07130.7159.5781.57
HexB4ECBE180137833c52
Octal26435427630023720374122
Binary10110100111011001011111011000010011111100000111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ECBE; }

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

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

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

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

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

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

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

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