#B1EBB8

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

Shades of Fringy Flower #B1EBB8

Tints of Fringy Flower #B1EBB8

Color information

#B1EBB8 (or 0xB1EBB8) is unknown color: approx Fringy Flower. HEX triplet: B1, EB and B8. RGB value is (177,235,184). Sum of RGB (Red+Green+Blue) = 177+235+184=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 184 (72.27% from 255 or 30.87% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBB8 is #4E1447. Grayscale: #D3D3D3. Windows color (decimal): -5117000 or 12118961. OLE color: 12118961.

HSL color Cylindrical-coordinate representation of color #B1EBB8: hue angle of 127.24º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBB8 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB177235184-
CMYK0.2500.220.08
HSL127.24º59.18%80.78%-
HSV(B)127.24º24.68%92.16%-
XYZ56.4972.2256.31-
YUV211.84112.28103.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.70%
GREEN value IS 235 (92.19% from 255) = 39.43%
BLUE value IS 184 (72.27% from 255) = 30.87%
R=29.70%
G=39.43%
B=30.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772351840.2500.220.08127.2459.1880.78
HexB1EBB81901687f3b51
Octal261353270310261017773121
Binary10110001111010111011100011001010110100011111111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBB8; }

 p { color: rgb(177,235,184); }

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

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

 a { background-color: rgb(177,235,184); }

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

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

 span { border-color: rgb(177,235,184); }

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