#B1DFBA

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

Shades of Fringy Flower #B1DFBA

Tints of Fringy Flower #B1DFBA

Color information

#B1DFBA (or 0xB1DFBA) is unknown color: approx Fringy Flower. HEX triplet: B1, DF and BA. RGB value is (177,223,186). Sum of RGB (Red+Green+Blue) = 177+223+186=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFBA is #4E2045. Grayscale: #CDCDCD. Windows color (decimal): -5120070 or 12246961. OLE color: 12246961.

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

Color convert

RGB177223186-
CMYK0.2100.170.13
HSL131.74º41.82%78.43%-
HSV(B)131.74º20.63%87.45%-
XYZ53.3865.6756.32-
YUV205.03117.26108.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.20%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=30.20%
G=38.05%
B=31.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772231860.2100.170.13131.7441.8278.43
HexB1DFBA15011D842a4e
Octal261337272250211520452116
Binary101100011101111110111010101010100011101100001001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DFBA; }

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

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

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

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

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

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

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

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