#BFB0C4

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

Shades of Lola #BFB0C4

Tints of Lola #BFB0C4

Color information

#BFB0C4 (or 0xBFB0C4) is unknown color: approx Lola. HEX triplet: BF, B0 and C4. RGB value is (191,176,196). Sum of RGB (Red+Green+Blue) = 191+176+196=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFB0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0C4 is #404F3B. Grayscale: #B6B6B6. Windows color (decimal): -4214588 or 12890303. OLE color: 12890303.

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

Color convert

RGB191176196-
CMYK0.030.1000.23
HSL285º14.49%72.94%-
HSV(B)285º10.2%76.86%-
XYZ46.9846.1158.65-
YUV182.76135.47133.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 196 (76.95% from 255) = 34.81%
R=33.93%
G=31.26%
B=34.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911761960.030.1000.2328514.4972.94
HexBFB0C43A01711de49
Octal27726030431202743516111
Binary10111111101100001100010011101001011110001110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0C4; }

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

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

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

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

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

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

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

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