#B3A8C9

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

Shades of Biloba Flower #B3A8C9

Tints of Biloba Flower #B3A8C9

Color information

#B3A8C9 (or 0xB3A8C9) is unknown color: approx Biloba Flower. HEX triplet: B3, A8 and C9. RGB value is (179,168,201). Sum of RGB (Red+Green+Blue) = 179+168+201=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 201 - color contains mainly: blue. Hex color #B3A8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A8C9 is #4C5736. Grayscale: #AEAEAE. Windows color (decimal): -5003063 or 13215923. OLE color: 13215923.

HSL color Cylindrical-coordinate representation of color #B3A8C9: hue angle of 260º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3A8C9 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179168201-
CMYK0.110.1600.21
HSL260º23.4%72.35%-
HSV(B)260º16.42%78.82%-
XYZ43.1441.8161.05-
YUV175.05142.64130.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 168 (66.02% from 255) = 30.66%
BLUE value IS 201 (78.91% from 255) = 36.68%
R=32.66%
G=30.66%
B=36.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791682010.110.1600.2126023.472.35
HexB3A8C9B100151041748
Octal263250311132002540427110
Binary101100111010100011001001101110000010101100000100101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A8C9; }

 p { color: rgb(179,168,201); }

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

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

 a { background-color: rgb(179,168,201); }

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

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

 span { border-color: rgb(179,168,201); }

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