#B1EFC1

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

Shades of Fringy Flower #B1EFC1

Tints of Fringy Flower #B1EFC1

Color information

#B1EFC1 (or 0xB1EFC1) is unknown color: approx Fringy Flower. HEX triplet: B1, EF and C1. RGB value is (177,239,193). Sum of RGB (Red+Green+Blue) = 177+239+193=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EFC1 is #4E103E. Grayscale: #D7D7D7. Windows color (decimal): -5115967 or 12709809. OLE color: 12709809.

HSL color Cylindrical-coordinate representation of color #B1EFC1: hue angle of 135.48º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EFC1 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB177239193-
CMYK0.2600.190.06
HSL135.48º65.96%81.57%-
HSV(B)135.48º25.94%93.73%-
XYZ58.6274.9361.83-
YUV215.22115.46100.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.06%
GREEN value IS 239 (93.75% from 255) = 39.24%
BLUE value IS 193 (75.78% from 255) = 31.69%
R=29.06%
G=39.24%
B=31.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772391930.2600.190.06135.4865.9681.57
HexB1EFC11A0136874252
Octal261357301320236207102122
Binary101100011110111111000001110100100111101000011110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EFC1; }

 p { color: rgb(177,239,193); }

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

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

 a { background-color: rgb(177,239,193); }

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

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

 span { border-color: rgb(177,239,193); }

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