#B6A1CD

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

Shades of Biloba Flower #B6A1CD

Tints of Biloba Flower #B6A1CD

Color information

#B6A1CD (or 0xB6A1CD) is unknown color: approx Biloba Flower. HEX triplet: B6, A1 and CD. RGB value is (182,161,205). Sum of RGB (Red+Green+Blue) = 182+161+205=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A1CD is #495E32. Grayscale: #ACACAC. Windows color (decimal): -4808243 or 13476278. OLE color: 13476278.

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

Color convert

RGB182161205-
CMYK0.110.2100.20
HSL268.64º30.56%71.76%-
HSV(B)268.64º21.46%80.39%-
XYZ43.0639.8463.18-
YUV172.3146.46134.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.21%
GREEN value IS 161 (63.28% from 255) = 29.38%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=33.21%
G=29.38%
B=37.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821612050.110.2100.20268.6430.5671.76
HexB6A1CDB1501410d1f48
Octal266241315132502441537110
Binary101101101010000111001101101110101010100100001101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A1CD; }

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

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

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

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

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

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

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

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