#B2A2DF

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

Shades of Biloba Flower #B2A2DF

Tints of Biloba Flower #B2A2DF

Color information

#B2A2DF (or 0xB2A2DF) is unknown color: approx Biloba Flower. HEX triplet: B2, A2 and DF. RGB value is (178,162,223). Sum of RGB (Red+Green+Blue) = 178+162+223=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A2DF is #4D5D20. Grayscale: #ADADAD. Windows color (decimal): -5070113 or 14656178. OLE color: 14656178.

HSL color Cylindrical-coordinate representation of color #B2A2DF: hue angle of 255.74º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2A2DF is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178162223-
CMYK0.200.2700.13
HSL255.74º48.8%75.49%-
HSV(B)255.74º27.35%87.45%-
XYZ44.640.6375.3-
YUV173.74155.8131.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.62%
GREEN value IS 162 (63.67% from 255) = 28.77%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=31.62%
G=28.77%
B=39.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781622230.200.2700.13255.7448.875.49
HexB2A2DF141B0D100314b
Octal262242337243301540061113
Binary1011001010100010110111111010011011011011000000001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A2DF; }

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

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

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

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

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

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

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

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