#B1A9CA

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

Shades of Biloba Flower #B1A9CA

Tints of Biloba Flower #B1A9CA

Color information

#B1A9CA (or 0xB1A9CA) is unknown color: approx Biloba Flower. HEX triplet: B1, A9 and CA. RGB value is (177,169,202). Sum of RGB (Red+Green+Blue) = 177+169+202=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1A9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A9CA is #4E5635. Grayscale: #AFAFAF. Windows color (decimal): -5133878 or 13281713. OLE color: 13281713.

HSL color Cylindrical-coordinate representation of color #B1A9CA: hue angle of 254.55º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1A9CA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177169202-
CMYK0.120.1600.21
HSL254.55º23.74%72.75%-
HSV(B)254.55º16.34%79.22%-
XYZ42.9841.9961.72-
YUV175.15143.15129.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 169 (66.41% from 255) = 30.84%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=32.30%
G=30.84%
B=36.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771692020.120.1600.21254.5523.7472.75
HexB1A9CAC10015ff1849
Octal261251312142002537730111
Binary10110001101010011100101011001000001010111111111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A9CA; }

 p { color: rgb(177,169,202); }

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

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

 a { background-color: rgb(177,169,202); }

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

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

 span { border-color: rgb(177,169,202); }

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