#B1DABB

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

Shades of Fringy Flower #B1DABB

Tints of Fringy Flower #B1DABB

Color information

#B1DABB (or 0xB1DABB) is unknown color: approx Fringy Flower. HEX triplet: B1, DA and BB. RGB value is (177,218,187). Sum of RGB (Red+Green+Blue) = 177+218+187=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DABB is #4E2544. Grayscale: #CACACA. Windows color (decimal): -5121349 or 12311217. OLE color: 12311217.

HSL color Cylindrical-coordinate representation of color #B1DABB: hue angle of 134.63º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1DABB is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB177218187-
CMYK0.1900.140.15
HSL134.63º35.65%77.45%-
HSV(B)134.63º18.81%85.49%-
XYZ52.1763.0856.44-
YUV202.21119.42110.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.41%
GREEN value IS 218 (85.55% from 255) = 37.46%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=30.41%
G=37.46%
B=32.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772181870.1900.140.15134.6335.6577.45
HexB1DABB130EF87244d
Octal261332273230161720744115
Binary10110001110110101011101110011011101111100001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DABB; }

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

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

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

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

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

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

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

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