#B2A2CE

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

Shades of Biloba Flower #B2A2CE

Tints of Biloba Flower #B2A2CE

Color information

#B2A2CE (or 0xB2A2CE) is unknown color: approx Biloba Flower. HEX triplet: B2, A2 and CE. RGB value is (178,162,206). Sum of RGB (Red+Green+Blue) = 178+162+206=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A2CE is #4D5D31. Grayscale: #ABABAB. Windows color (decimal): -5070130 or 13542066. OLE color: 13542066.

HSL color Cylindrical-coordinate representation of color #B2A2CE: hue angle of 261.82º 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 #B2A2CE is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178162206-
CMYK0.140.2100.19
HSL261.82º30.99%72.16%-
HSV(B)261.82º21.36%80.78%-
XYZ42.4239.7663.83-
YUV171.8147.3132.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.60%
GREEN value IS 162 (63.67% from 255) = 29.67%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=32.60%
G=29.67%
B=37.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781622060.140.2100.19261.8230.9972.16
HexB2A2CEE150131061f48
Octal262242316162502340637110
Binary101100101010001011001110111010101010011100000110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A2CE; }

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

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

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

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

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

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

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

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