#B7A2CE

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

Shades of Biloba Flower #B7A2CE

Tints of Biloba Flower #B7A2CE

Color information

#B7A2CE (or 0xB7A2CE) is unknown color: approx Biloba Flower. HEX triplet: B7, A2 and CE. RGB value is (183,162,206). Sum of RGB (Red+Green+Blue) = 183+162+206=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7A2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A2CE is #485D31. Grayscale: #ADADAD. Windows color (decimal): -4742450 or 13542071. OLE color: 13542071.

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

Color convert

RGB183162206-
CMYK0.110.2100.19
HSL268.64º30.99%72.16%-
HSV(B)268.64º21.36%80.78%-
XYZ43.5940.3663.89-
YUV173.3146.46134.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.21%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=33.21%
G=29.40%
B=37.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831622060.110.2100.19268.6430.9972.16
HexB7A2CEB1501310d1f48
Octal267242316132502341537110
Binary101101111010001011001110101110101010011100001101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A2CE; }

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

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

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

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

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

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

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

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