#B7A2CA

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

Shades of Biloba Flower #B7A2CA

Tints of Biloba Flower #B7A2CA

Color information

#B7A2CA (or 0xB7A2CA) is unknown color: approx Biloba Flower. HEX triplet: B7, A2 and CA. RGB value is (183,162,202). Sum of RGB (Red+Green+Blue) = 183+162+202=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 162 (63.67% from 255 or 29.62% 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 #B7A2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A2CA is #485D35. Grayscale: #ACACAC. Windows color (decimal): -4742454 or 13279927. OLE color: 13279927.

HSL color Cylindrical-coordinate representation of color #B7A2CA: hue angle of 271.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7A2CA is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183162202-
CMYK0.090.2000.21
HSL271.5º27.4%71.37%-
HSV(B)271.5º19.8%79.22%-
XYZ43.1140.1761.36-
YUV172.84144.46135.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.46%
GREEN value IS 162 (63.67% from 255) = 29.62%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=33.46%
G=29.62%
B=36.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831622020.090.2000.21271.527.471.37
HexB7A2CA9140151101b47
Octal267242312112402542033107
Binary101101111010001011001010100110100010101100010000110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A2CA; }

 p { color: rgb(183,162,202); }

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

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

 a { background-color: rgb(183,162,202); }

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

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

 span { border-color: rgb(183,162,202); }

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