#B1ECB7

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

Shades of Fringy Flower #B1ECB7

Tints of Fringy Flower #B1ECB7

Color information

#B1ECB7 (or 0xB1ECB7) is unknown color: approx Fringy Flower. HEX triplet: B1, EC and B7. RGB value is (177,236,183). Sum of RGB (Red+Green+Blue) = 177+236+183=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECB7 is #4E1348. Grayscale: #D4D4D4. Windows color (decimal): -5116745 or 12053681. OLE color: 12053681.

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

Color convert

RGB177236183-
CMYK0.2500.220.07
HSL126.1º60.82%80.98%-
HSV(B)126.1º25%92.55%-
XYZ56.6772.7655.86-
YUV212.32111.45102.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.70%
GREEN value IS 236 (92.58% from 255) = 39.60%
BLUE value IS 183 (71.88% from 255) = 30.70%
R=29.70%
G=39.60%
B=30.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772361830.2500.220.07126.160.8280.98
HexB1ECB71901677e3d51
Octal26135426731026717675121
Binary1011000111101100101101111100101011011111111101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ECB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ECB7; }

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

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

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

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

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

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

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

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