#B1DABC

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

Shades of Fringy Flower #B1DABC

Tints of Fringy Flower #B1DABC

Color information

#B1DABC (or 0xB1DABC) is unknown color: approx Fringy Flower. HEX triplet: B1, DA and BC. RGB value is (177,218,188). Sum of RGB (Red+Green+Blue) = 177+218+188=583 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.36% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DABC is #4E2543. Grayscale: #CACACA. Windows color (decimal): -5121348 or 12376753. OLE color: 12376753.

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

Color convert

RGB177218188-
CMYK0.1900.140.15
HSL136.1º35.65%77.45%-
HSV(B)136.1º18.81%85.49%-
XYZ52.2863.1257.01-
YUV202.32119.92109.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.36%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 188 (73.83% from 255) = 32.25%
R=30.36%
G=37.39%
B=32.25%

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
Decimal1772181880.1900.140.15136.135.6577.45
HexB1DABC130EF88244d
Octal261332274230161721044115
Binary10110001110110101011110010011011101111100010001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DABC; }

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

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

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

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

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

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

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

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