#B1DAB5

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

Shades of Fringy Flower #B1DAB5

Tints of Fringy Flower #B1DAB5

Color information

#B1DAB5 (or 0xB1DAB5) is unknown color: approx Fringy Flower. HEX triplet: B1, DA and B5. RGB value is (177,218,181). Sum of RGB (Red+Green+Blue) = 177+218+181=576 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.73% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DAB5 is #4E254A. Grayscale: #C9C9C9. Windows color (decimal): -5121355 or 11918001. OLE color: 11918001.

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

Color convert

RGB177218181-
CMYK0.1900.170.15
HSL125.85º35.65%77.45%-
HSV(B)125.85º18.81%85.49%-
XYZ51.5462.8353.13-
YUV201.52116.42110.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.73%
GREEN value IS 218 (85.55% from 255) = 37.85%
BLUE value IS 181 (71.09% from 255) = 31.42%
R=30.73%
G=37.85%
B=31.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772181810.1900.170.15125.8535.6577.45
HexB1DAB513011F7e244d
Octal261332265230211717644115
Binary10110001110110101011010110011010001111111111101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DAB5; }

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

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

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

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

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

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

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

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