#BFA9C4

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

Shades of Lola #BFA9C4

Tints of Lola #BFA9C4

Color information

#BFA9C4 (or 0xBFA9C4) is unknown color: approx Lola. HEX triplet: BF, A9 and C4. RGB value is (191,169,196). Sum of RGB (Red+Green+Blue) = 191+169+196=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFA9C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9C4 is #40563B. Grayscale: #B2B2B2. Windows color (decimal): -4216380 or 12888511. OLE color: 12888511.

HSL color Cylindrical-coordinate representation of color #BFA9C4: hue angle of 288.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFA9C4 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191169196-
CMYK0.030.1400.23
HSL288.89º18.62%71.57%-
HSV(B)288.89º13.78%76.86%-
XYZ45.6443.4458.2-
YUV178.66137.79136.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 196 (76.95% from 255) = 35.25%
R=34.35%
G=30.40%
B=35.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911691960.030.1400.23288.8918.6271.57
HexBFA9C43E0171211348
Octal27725130431602744123110
Binary101111111010100111000100111110010111100100001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9C4; }

 p { color: rgb(191,169,196); }

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

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

 a { background-color: rgb(191,169,196); }

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

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

 span { border-color: rgb(191,169,196); }

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