#B1DFBF

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

Shades of Fringy Flower #B1DFBF

Tints of Fringy Flower #B1DFBF

Color information

#B1DFBF (or 0xB1DFBF) is unknown color: approx Fringy Flower. HEX triplet: B1, DF and BF. RGB value is (177,223,191). Sum of RGB (Red+Green+Blue) = 177+223+191=591 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.95% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFBF is #4E2040. Grayscale: #CDCDCD. Windows color (decimal): -5120065 or 12574641. OLE color: 12574641.

HSL color Cylindrical-coordinate representation of color #B1DFBF: hue angle of 138.26º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DFBF is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB177223191-
CMYK0.2100.140.13
HSL138.26º41.82%78.43%-
HSV(B)138.26º20.63%87.45%-
XYZ53.9265.8859.17-
YUV205.6119.76107.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.95%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 191 (75% from 255) = 32.32%
R=29.95%
G=37.73%
B=32.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772231910.2100.140.13138.2641.8278.43
HexB1DFBF150ED8a2a4e
Octal261337277250161521252116
Binary10110001110111111011111110101011101101100010101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DFBF; }

 p { color: rgb(177,223,191); }

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

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

 a { background-color: rgb(177,223,191); }

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

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

 span { border-color: rgb(177,223,191); }

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