#B0AABC

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

Shades of Biloba Flower #B0AABC

Tints of Biloba Flower #B0AABC

Color information

#B0AABC (or 0xB0AABC) is unknown color: approx Biloba Flower. HEX triplet: B0, AA and BC. RGB value is (176,170,188). Sum of RGB (Red+Green+Blue) = 176+170+188=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 188 - color contains mainly: blue. Hex color #B0AABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AABC is #4F5543. Grayscale: #ADADAD. Windows color (decimal): -5199172 or 12364464. OLE color: 12364464.

HSL color Cylindrical-coordinate representation of color #B0AABC: hue angle of 260º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0AABC is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176170188-
CMYK0.060.1000.26
HSL260º11.84%70.2%-
HSV(B)260º9.57%73.73%-
XYZ41.3641.6153.43-
YUV173.85135.99129.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=32.96%
G=31.84%
B=35.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761701880.060.1000.2626011.8470.2
HexB0AABC6A01A104c46
Octal26025227461203240414106
Binary101100001010101010111100110101001101010000010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AABC; }

 p { color: rgb(176,170,188); }

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

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

 a { background-color: rgb(176,170,188); }

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

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

 span { border-color: rgb(176,170,188); }

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