#BCAFC1

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

Shades of Lola #BCAFC1

Tints of Lola #BCAFC1

Color information

#BCAFC1 (or 0xBCAFC1) is unknown color: approx Lola. HEX triplet: BC, AF and C1. RGB value is (188,175,193). Sum of RGB (Red+Green+Blue) = 188+175+193=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFC1 is #43503E. Grayscale: #B4B4B4. Windows color (decimal): -4411455 or 12693436. OLE color: 12693436.

HSL color Cylindrical-coordinate representation of color #BCAFC1: hue angle of 283.33º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCAFC1 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188175193-
CMYK0.030.0900.24
HSL283.33º12.68%72.16%-
HSV(B)283.33º9.33%75.69%-
XYZ45.6945.256.77-
YUV180.94134.81133.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 193 (75.78% from 255) = 34.71%
R=33.81%
G=31.47%
B=34.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881751930.030.0900.24283.3312.6872.16
HexBCAFC13901811bd48
Octal27425730131103043315110
Binary10111100101011111100000111100101100010001101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFC1; }

 p { color: rgb(188,175,193); }

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

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

 a { background-color: rgb(188,175,193); }

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

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

 span { border-color: rgb(188,175,193); }

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