#B2A7CA

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

Shades of Biloba Flower #B2A7CA

Tints of Biloba Flower #B2A7CA

Color information

#B2A7CA (or 0xB2A7CA) is unknown color: approx Biloba Flower. HEX triplet: B2, A7 and CA. RGB value is (178,167,202). Sum of RGB (Red+Green+Blue) = 178+167+202=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 167 (65.62% from 255 or 30.53% 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 #B2A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A7CA is #4D5835. Grayscale: #AEAEAE. Windows color (decimal): -5068854 or 13281202. OLE color: 13281202.

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

Color convert

RGB178167202-
CMYK0.120.1700.21
HSL258.86º24.82%72.35%-
HSV(B)258.86º17.33%79.22%-
XYZ42.8441.3761.6-
YUV174.28143.64130.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 167 (65.62% from 255) = 30.53%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=32.54%
G=30.53%
B=36.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781672020.120.1700.21258.8624.8272.35
HexB2A7CAC110151031948
Octal262247312142102540331110
Binary101100101010011111001010110010001010101100000011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A7CA; }

 p { color: rgb(178,167,202); }

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

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

 a { background-color: rgb(178,167,202); }

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

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

 span { border-color: rgb(178,167,202); }

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