#B7A2D5

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

Shades of Biloba Flower #B7A2D5

Tints of Biloba Flower #B7A2D5

Color information

#B7A2D5 (or 0xB7A2D5) is unknown color: approx Biloba Flower. HEX triplet: B7, A2 and D5. RGB value is (183,162,213). Sum of RGB (Red+Green+Blue) = 183+162+213=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: blue. Hex color #B7A2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A2D5 is #485D2A. Grayscale: #ADADAD. Windows color (decimal): -4742443 or 14000823. OLE color: 14000823.

HSL color Cylindrical-coordinate representation of color #B7A2D5: hue angle of 264.71º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7A2D5 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183162213-
CMYK0.140.2400.16
HSL264.71º37.78%73.53%-
HSV(B)264.71º23.94%83.53%-
XYZ44.4640.7168.47-
YUV174.09149.96134.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.80%
GREEN value IS 162 (63.67% from 255) = 29.03%
BLUE value IS 213 (83.59% from 255) = 38.17%
R=32.80%
G=29.03%
B=38.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831622130.140.2400.16264.7137.7873.53
HexB7A2D5E18010109264a
Octal267242325163002041146112
Binary1011011110100010110101011110110000100001000010011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A2D5; }

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

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

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

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

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

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

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

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