#B3A8CE

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

Shades of Biloba Flower #B3A8CE

Tints of Biloba Flower #B3A8CE

Color information

#B3A8CE (or 0xB3A8CE) is unknown color: approx Biloba Flower. HEX triplet: B3, A8 and CE. RGB value is (179,168,206). Sum of RGB (Red+Green+Blue) = 179+168+206=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3A8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A8CE is #4C5731. Grayscale: #AFAFAF. Windows color (decimal): -5003058 or 13543603. OLE color: 13543603.

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

Color convert

RGB179168206-
CMYK0.130.1800.19
HSL257.37º27.94%73.33%-
HSV(B)257.37º18.45%80.78%-
XYZ43.7342.0564.2-
YUV175.62145.14130.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 168 (66.02% from 255) = 30.38%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=32.37%
G=30.38%
B=37.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791682060.130.1800.19257.3727.9473.33
HexB3A8CED120131011c49
Octal263250316152202340134111
Binary101100111010100011001110110110010010011100000001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A8CE; }

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

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

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

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

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

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

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

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