#B0A6BE

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

Shades of Biloba Flower #B0A6BE

Tints of Biloba Flower #B0A6BE

Color information

#B0A6BE (or 0xB0A6BE) is unknown color: approx Biloba Flower. HEX triplet: B0, A6 and BE. RGB value is (176,166,190). Sum of RGB (Red+Green+Blue) = 176+166+190=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #B0A6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A6BE is #4F5941. Grayscale: #ABABAB. Windows color (decimal): -5200194 or 12494512. OLE color: 12494512.

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

Color convert

RGB176166190-
CMYK0.070.1300.25
HSL265º15.58%69.8%-
HSV(B)265º12.63%74.51%-
XYZ40.8340.2254.33-
YUV171.73138.31131.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 166 (65.23% from 255) = 31.20%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=33.08%
G=31.20%
B=35.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761661900.070.1300.2526515.5869.8
HexB0A6BE7D0191091046
Octal26024627671503141120106
Binary1011000010100110101111101111101011001100001001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A6BE; }

 p { color: rgb(176,166,190); }

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

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

 a { background-color: rgb(176,166,190); }

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

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

 span { border-color: rgb(176,166,190); }

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