#B0AABD

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

Shades of Biloba Flower #B0AABD

Tints of Biloba Flower #B0AABD

Color information

#B0AABD (or 0xB0AABD) is unknown color: approx Biloba Flower. HEX triplet: B0, AA and BD. RGB value is (176,170,189). Sum of RGB (Red+Green+Blue) = 176+170+189=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 189 - color contains mainly: blue. Hex color #B0AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AABD is #4F5542. Grayscale: #ADADAD. Windows color (decimal): -5199171 or 12430000. OLE color: 12430000.

HSL color Cylindrical-coordinate representation of color #B0AABD: hue angle of 258.95º degrees, saturation: 0.13, 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 #B0AABD is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176170189-
CMYK0.070.1000.26
HSL258.95º12.58%70.39%-
HSV(B)258.95º10.05%74.12%-
XYZ41.4641.6554-
YUV173.96136.49129.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=32.90%
G=31.78%
B=35.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761701890.070.1000.26258.9512.5870.39
HexB0AABD7A01A103d46
Octal26025227571203240315106
Binary101100001010101010111101111101001101010000001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AABD; }

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

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

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

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

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

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

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

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