#B3A9CD

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

Shades of Biloba Flower #B3A9CD

Tints of Biloba Flower #B3A9CD

Color information

#B3A9CD (or 0xB3A9CD) is unknown color: approx Biloba Flower. HEX triplet: B3, A9 and CD. RGB value is (179,169,205). Sum of RGB (Red+Green+Blue) = 179+169+205=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3A9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A9CD is #4C5632. Grayscale: #AFAFAF. Windows color (decimal): -5002803 or 13478323. OLE color: 13478323.

HSL color Cylindrical-coordinate representation of color #B3A9CD: hue angle of 256.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3A9CD is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179169205-
CMYK0.130.1800.20
HSL256.67º26.47%73.33%-
HSV(B)256.67º17.56%80.39%-
XYZ43.842.3763.63-
YUV176.09144.31130.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 169 (66.41% from 255) = 30.56%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=32.37%
G=30.56%
B=37.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791692050.130.1800.20256.6726.4773.33
HexB3A9CDD120141011a49
Octal263251315152202440132111
Binary101100111010100111001101110110010010100100000001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A9CD; }

 p { color: rgb(179,169,205); }

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

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

 a { background-color: rgb(179,169,205); }

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

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

 span { border-color: rgb(179,169,205); }

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