#B1ECB6

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

Shades of Fringy Flower #B1ECB6

Tints of Fringy Flower #B1ECB6

Color information

#B1ECB6 (or 0xB1ECB6) is unknown color: approx Fringy Flower. HEX triplet: B1, EC and B6. RGB value is (177,236,182). Sum of RGB (Red+Green+Blue) = 177+236+182=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECB6 is #4E1349. Grayscale: #D4D4D4. Windows color (decimal): -5116746 or 11988145. OLE color: 11988145.

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

Color convert

RGB177236182-
CMYK0.2500.230.07
HSL125.08º60.82%80.98%-
HSV(B)125.08º25%92.55%-
XYZ56.5772.7255.31-
YUV212.2110.95102.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.75%
GREEN value IS 236 (92.58% from 255) = 39.66%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=29.75%
G=39.66%
B=30.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772361820.2500.230.07125.0860.8280.98
HexB1ECB61901777d3d51
Octal26135426631027717575121
Binary1011000111101100101101101100101011111111111011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ECB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ECB6; }

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

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

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

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

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

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

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

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