#B1A1CD

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

Shades of Biloba Flower #B1A1CD

Tints of Biloba Flower #B1A1CD

Color information

#B1A1CD (or 0xB1A1CD) is unknown color: approx Biloba Flower. HEX triplet: B1, A1 and CD. RGB value is (177,161,205). Sum of RGB (Red+Green+Blue) = 177+161+205=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A1CD is #4E5E32. Grayscale: #AAAAAA. Windows color (decimal): -5135923 or 13476273. OLE color: 13476273.

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

Color convert

RGB177161205-
CMYK0.140.2100.20
HSL261.82º30.56%71.76%-
HSV(B)261.82º21.46%80.39%-
XYZ41.939.2463.12-
YUV170.8147.3132.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.60%
GREEN value IS 161 (63.28% from 255) = 29.65%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=32.60%
G=29.65%
B=37.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771612050.140.2100.20261.8230.5671.76
HexB1A1CDE150141061f48
Octal261241315162502440637110
Binary101100011010000111001101111010101010100100000110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A1CD; }

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

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

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

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

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

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

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

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