#B6A3CA

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

Shades of Biloba Flower #B6A3CA

Tints of Biloba Flower #B6A3CA

Color information

#B6A3CA (or 0xB6A3CA) is unknown color: approx Biloba Flower. HEX triplet: B6, A3 and CA. RGB value is (182,163,202). Sum of RGB (Red+Green+Blue) = 182+163+202=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #B6A3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A3CA is #495C35. Grayscale: #ACACAC. Windows color (decimal): -4807734 or 13280182. OLE color: 13280182.

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

Color convert

RGB182163202-
CMYK0.100.1900.21
HSL269.23º26.9%71.57%-
HSV(B)269.23º19.31%79.22%-
XYZ43.0540.461.41-
YUV173.13144.29134.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 163 (64.06% from 255) = 29.80%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=33.27%
G=29.80%
B=36.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821632020.100.1900.21269.2326.971.57
HexB6A3CAA1301510d1b48
Octal266243312122302541533110
Binary101101101010001111001010101010011010101100001101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A3CA; }

 p { color: rgb(182,163,202); }

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

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

 a { background-color: rgb(182,163,202); }

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

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

 span { border-color: rgb(182,163,202); }

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