#B1E1BB

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

Shades of Fringy Flower #B1E1BB

Tints of Fringy Flower #B1E1BB

Color information

#B1E1BB (or 0xB1E1BB) is unknown color: approx Fringy Flower. HEX triplet: B1, E1 and BB. RGB value is (177,225,187). Sum of RGB (Red+Green+Blue) = 177+225+187=589 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30.05% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E1BB is #4E1E44. Grayscale: #CECECE. Windows color (decimal): -5119557 or 12313009. OLE color: 12313009.

HSL color Cylindrical-coordinate representation of color #B1E1BB: hue angle of 132.5º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1E1BB is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB177225187-
CMYK0.2100.170.12
HSL132.5º44.44%78.82%-
HSV(B)132.5º21.33%88.24%-
XYZ54.0366.7957.06-
YUV206.32117.1107.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.05%
GREEN value IS 225 (88.28% from 255) = 38.20%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=30.05%
G=38.20%
B=31.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1772251870.2100.170.12132.544.4478.82
HexB1E1BB15011C842c4f
Octal261341273250211420454117
Binary101100011110000110111011101010100011100100001001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E1BB; }

 p { color: rgb(177,225,187); }

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

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

 a { background-color: rgb(177,225,187); }

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

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

 span { border-color: rgb(177,225,187); }

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