#B1DABA

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

Shades of Fringy Flower #B1DABA

Tints of Fringy Flower #B1DABA

Color information

#B1DABA (or 0xB1DABA) is unknown color: approx Fringy Flower. HEX triplet: B1, DA and BA. RGB value is (177,218,186). Sum of RGB (Red+Green+Blue) = 177+218+186=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DABA is #4E2545. Grayscale: #CACACA. Windows color (decimal): -5121350 or 12245681. OLE color: 12245681.

HSL color Cylindrical-coordinate representation of color #B1DABA: hue angle of 133.17º 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 #B1DABA is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB177218186-
CMYK0.1900.150.15
HSL133.17º35.65%77.45%-
HSV(B)133.17º18.81%85.49%-
XYZ52.0763.0455.88-
YUV202.09118.92110.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.46%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=30.46%
G=37.52%
B=32.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772181860.1900.150.15133.1735.6577.45
HexB1DABA130FF85244d
Octal261332272230171720544115
Binary10110001110110101011101010011011111111100001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DABA; }

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

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

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

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

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

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

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

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