#B2A7D0

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

Shades of Biloba Flower #B2A7D0

Tints of Biloba Flower #B2A7D0

Color information

#B2A7D0 (or 0xB2A7D0) is unknown color: approx Biloba Flower. HEX triplet: B2, A7 and D0. RGB value is (178,167,208). Sum of RGB (Red+Green+Blue) = 178+167+208=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #B2A7D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A7D0 is #4D582F. Grayscale: #AEAEAE. Windows color (decimal): -5068848 or 13674418. OLE color: 13674418.

HSL color Cylindrical-coordinate representation of color #B2A7D0: hue angle of 256.1º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2A7D0 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB178167208-
CMYK0.140.2000.18
HSL256.1º30.37%73.53%-
HSV(B)256.1º19.71%81.57%-
XYZ43.5641.6665.42-
YUV174.96146.64130.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.19%
GREEN value IS 167 (65.62% from 255) = 30.20%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=32.19%
G=30.20%
B=37.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1781672080.140.2000.18256.130.3773.53
HexB2A7D0E140121001e4a
Octal262247320162402240036112
Binary101100101010011111010000111010100010010100000000111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A7D0; }

 p { color: rgb(178,167,208); }

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

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

 a { background-color: rgb(178,167,208); }

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

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

 span { border-color: rgb(178,167,208); }

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