#B2A1CD

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

Shades of Biloba Flower #B2A1CD

Tints of Biloba Flower #B2A1CD

Color information

#B2A1CD (or 0xB2A1CD) is unknown color: approx Biloba Flower. HEX triplet: B2, A1 and CD. RGB value is (178,161,205). Sum of RGB (Red+Green+Blue) = 178+161+205=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A1CD is #4D5E32. Grayscale: #AAAAAA. Windows color (decimal): -5070387 or 13476274. OLE color: 13476274.

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

Color convert

RGB178161205-
CMYK0.130.2100.20
HSL263.18º30.56%71.76%-
HSV(B)263.18º21.46%80.39%-
XYZ42.1239.3663.14-
YUV171.1147.13132.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 161 (63.28% from 255) = 29.60%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=32.72%
G=29.60%
B=37.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781612050.130.2100.20263.1830.5671.76
HexB2A1CDD150141071f48
Octal262241315152502440737110
Binary101100101010000111001101110110101010100100000111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A1CD; }

 p { color: rgb(178,161,205); }

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

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

 a { background-color: rgb(178,161,205); }

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

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

 span { border-color: rgb(178,161,205); }

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