#B2ECBE

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

Shades of Fringy Flower #B2ECBE

Tints of Fringy Flower #B2ECBE

Color information

#B2ECBE (or 0xB2ECBE) is unknown color: approx Fringy Flower. HEX triplet: B2, EC and BE. RGB value is (178,236,190). Sum of RGB (Red+Green+Blue) = 178+236+190=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECBE is #4D1341. Grayscale: #D5D5D5. Windows color (decimal): -5051202 or 12512434. OLE color: 12512434.

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

Color convert

RGB178236190-
CMYK0.2500.190.07
HSL132.41º60.42%81.18%-
HSV(B)132.41º24.58%92.55%-
XYZ57.6573.1759.8-
YUV213.41114.78102.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.47%
GREEN value IS 236 (92.58% from 255) = 39.07%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=29.47%
G=39.07%
B=31.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782361900.2500.190.07132.4160.4281.18
HexB2ECBE190137843c51
Octal26235427631023720474121
Binary10110010111011001011111011001010011111100001001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ECBE; }

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

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

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

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

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

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

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

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