#B1A9BE

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

Shades of Biloba Flower #B1A9BE

Tints of Biloba Flower #B1A9BE

Color information

#B1A9BE (or 0xB1A9BE) is unknown color: approx Biloba Flower. HEX triplet: B1, A9 and BE. RGB value is (177,169,190). Sum of RGB (Red+Green+Blue) = 177+169+190=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #B1A9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A9BE is #4E5641. Grayscale: #ADADAD. Windows color (decimal): -5133890 or 12495281. OLE color: 12495281.

HSL color Cylindrical-coordinate representation of color #B1A9BE: hue angle of 262.86º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1A9BE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177169190-
CMYK0.070.1100.25
HSL262.86º13.91%70.39%-
HSV(B)262.86º11.05%74.51%-
XYZ41.6141.4454.52-
YUV173.79137.15130.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.02%
GREEN value IS 169 (66.41% from 255) = 31.53%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=33.02%
G=31.53%
B=35.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771691900.070.1100.25262.8613.9170.39
HexB1A9BE7B019107e46
Octal26125127671303140716106
Binary101100011010100110111110111101101100110000011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A9BE; }

 p { color: rgb(177,169,190); }

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

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

 a { background-color: rgb(177,169,190); }

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

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

 span { border-color: rgb(177,169,190); }

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