#B1DFBB

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

Shades of Fringy Flower #B1DFBB

Tints of Fringy Flower #B1DFBB

Color information

#B1DFBB (or 0xB1DFBB) is unknown color: approx Fringy Flower. HEX triplet: B1, DF and BB. RGB value is (177,223,187). Sum of RGB (Red+Green+Blue) = 177+223+187=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFBB is #4E2044. Grayscale: #CDCDCD. Windows color (decimal): -5120069 or 12312497. OLE color: 12312497.

HSL color Cylindrical-coordinate representation of color #B1DFBB: hue angle of 133.04º 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 #B1DFBB is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB177223187-
CMYK0.2100.160.13
HSL133.04º41.82%78.43%-
HSV(B)133.04º20.63%87.45%-
XYZ53.4965.7156.88-
YUV205.14117.76107.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.15%
GREEN value IS 223 (87.5% from 255) = 37.99%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=30.15%
G=37.99%
B=31.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772231870.2100.160.13133.0441.8278.43
HexB1DFBB15010D852a4e
Octal261337273250201520552116
Binary101100011101111110111011101010100001101100001011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DFBB; }

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

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

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

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

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

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

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

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