#B3A2CC

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

Shades of Biloba Flower #B3A2CC

Tints of Biloba Flower #B3A2CC

Color information

#B3A2CC (or 0xB3A2CC) is unknown color: approx Biloba Flower. HEX triplet: B3, A2 and CC. RGB value is (179,162,204). Sum of RGB (Red+Green+Blue) = 179+162+204=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #B3A2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A2CC is #4C5D33. Grayscale: #ABABAB. Windows color (decimal): -5004596 or 13410995. OLE color: 13410995.

HSL color Cylindrical-coordinate representation of color #B3A2CC: hue angle of 264.29º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3A2CC is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB179162204-
CMYK0.120.2100.2
HSL264.29º29.17%71.76%-
HSV(B)264.29º20.59%80%-
XYZ42.4139.7862.57-
YUV171.87146.13133.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 162 (63.67% from 255) = 29.72%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=32.84%
G=29.72%
B=37.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1791622040.120.2100.2264.2929.1771.76
HexB3A2CCC150141081d48
Octal263242314142502441035110
Binary101100111010001011001100110010101010100100001000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A2CC; }

 p { color: rgb(179,162,204); }

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

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

 a { background-color: rgb(179,162,204); }

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

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

 span { border-color: rgb(179,162,204); }

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