#B1EBBD

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

Shades of Fringy Flower #B1EBBD

Tints of Fringy Flower #B1EBBD

Color information

#B1EBBD (or 0xB1EBBD) is unknown color: approx Fringy Flower. HEX triplet: B1, EB and BD. RGB value is (177,235,189). Sum of RGB (Red+Green+Blue) = 177+235+189=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBBD is #4E1442. Grayscale: #D4D4D4. Windows color (decimal): -5116995 or 12446641. OLE color: 12446641.

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

Color convert

RGB177235189-
CMYK0.2500.200.08
HSL132.41º59.18%80.78%-
HSV(B)132.41º24.68%92.16%-
XYZ57.0372.4459.12-
YUV212.41114.78102.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.45%
GREEN value IS 235 (92.19% from 255) = 39.10%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=29.45%
G=39.10%
B=31.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772351890.2500.200.08132.4159.1880.78
HexB1EBBD190148843b51
Octal261353275310241020473121
Binary101100011110101110111101110010101001000100001001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBBD; }

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

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

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

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

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

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

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

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