#B2A9D5

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

Shades of Biloba Flower #B2A9D5

Tints of Biloba Flower #B2A9D5

Color information

#B2A9D5 (or 0xB2A9D5) is unknown color: approx Biloba Flower. HEX triplet: B2, A9 and D5. RGB value is (178,169,213). Sum of RGB (Red+Green+Blue) = 178+169+213=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #B2A9D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A9D5 is #4D562A. Grayscale: #B0B0B0. Windows color (decimal): -5068331 or 14002610. OLE color: 14002610.

HSL color Cylindrical-coordinate representation of color #B2A9D5: hue angle of 252.27º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2A9D5 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178169213-
CMYK0.160.2100.16
HSL252.27º34.37%74.9%-
HSV(B)252.27º20.66%83.53%-
XYZ44.5642.6568.83-
YUV176.71148.48128.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.79%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 213 (83.59% from 255) = 38.04%
R=31.79%
G=30.18%
B=38.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781692130.160.2100.16252.2734.3774.9
HexB2A9D51015010fc224b
Octal262251325202502037442113
Binary1011001010101001110101011000010101010000111111001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A9D5; }

 p { color: rgb(178,169,213); }

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

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

 a { background-color: rgb(178,169,213); }

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

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

 span { border-color: rgb(178,169,213); }

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