#B2ECBA

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

Shades of Fringy Flower #B2ECBA

Tints of Fringy Flower #B2ECBA

Color information

#B2ECBA (or 0xB2ECBA) is unknown color: approx Fringy Flower. HEX triplet: B2, EC and BA. RGB value is (178,236,186). Sum of RGB (Red+Green+Blue) = 178+236+186=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECBA is #4D1345. Grayscale: #D5D5D5. Windows color (decimal): -5051206 or 12250290. OLE color: 12250290.

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

Color convert

RGB178236186-
CMYK0.2500.210.07
HSL128.28º60.42%81.18%-
HSV(B)128.28º24.58%92.55%-
XYZ57.227357.53-
YUV212.96112.78103.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.67%
GREEN value IS 236 (92.58% from 255) = 39.33%
BLUE value IS 186 (73.05% from 255) = 31%
R=29.67%
G=39.33%
B=31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782361860.2500.210.07128.2860.4281.18
HexB2ECBA190157803c51
Octal26235427231025720074121
Binary10110010111011001011101011001010101111100000001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ECBA; }

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

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

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

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

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

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

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

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