#BFB2C4

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

Shades of Lola #BFB2C4

Tints of Lola #BFB2C4

Color information

#BFB2C4 (or 0xBFB2C4) is unknown color: approx Lola. HEX triplet: BF, B2 and C4. RGB value is (191,178,196). Sum of RGB (Red+Green+Blue) = 191+178+196=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFB2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2C4 is #404D3B. Grayscale: #B7B7B7. Windows color (decimal): -4214076 or 12890815. OLE color: 12890815.

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

Color convert

RGB191178196-
CMYK0.030.0900.23
HSL283.33º13.24%73.33%-
HSV(B)283.33º9.18%76.86%-
XYZ47.3746.958.78-
YUV183.94134.81133.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 178 (69.92% from 255) = 31.50%
BLUE value IS 196 (76.95% from 255) = 34.69%
R=33.81%
G=31.50%
B=34.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911781960.030.0900.23283.3313.2473.33
HexBFB2C43901711bd49
Octal27726230431102743315111
Binary10111111101100101100010011100101011110001101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2C4; }

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

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

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

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

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

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

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

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