#B1A0CC

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

Shades of Biloba Flower #B1A0CC

Tints of Biloba Flower #B1A0CC

Color information

#B1A0CC (or 0xB1A0CC) is unknown color: approx Biloba Flower. HEX triplet: B1, A0 and CC. RGB value is (177,160,204). Sum of RGB (Red+Green+Blue) = 177+160+204=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #B1A0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A0CC is #4E5F33. Grayscale: #A9A9A9. Windows color (decimal): -5136180 or 13410481. OLE color: 13410481.

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

Color convert

RGB177160204-
CMYK0.130.2200.2
HSL263.18º30.14%71.37%-
HSV(B)263.18º21.57%80%-
XYZ41.638.8562.43-
YUV170.1147.13132.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.72%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=32.72%
G=29.57%
B=37.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771602040.130.2200.2263.1830.1471.37
HexB1A0CCD160141071e47
Octal261240314152602440736107
Binary101100011010000011001100110110110010100100000111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A0CC; }

 p { color: rgb(177,160,204); }

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

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

 a { background-color: rgb(177,160,204); }

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

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

 span { border-color: rgb(177,160,204); }

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