Html Css Color HEX #BFA7C6 Lola

📋 copy color: '#BFA7C6'

red 191 ◦ green 167 ◦ blue 198

#BFA7C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #BFA7C6

Tints of Lola #BFA7C6

RGB

 RED value IS 191 (75% from 255) = 34.35%

 GREEN value IS 167 (65.63% from 255) = 30.04%

 BLUE value IS 198 (77.73% from 255) = 35.61%

R = 34.35%
G = 30.04%
B = 35.61%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BFA7C6 (or 0xBFA7C6) is known color: Lola. HEX triplet: BF, A7 and C6. RGB value is (191,167,198). Sum of RGB (Red+Green+Blue) = 191+167+198=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFA7C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7C6 is #405839. Grayscale: #B1B1B1. Windows color (decimal): -4216890 or 13019071. OLE color: 13019071.

HSL color Cylindrical-coordinate representation of color #BFA7C6: hue angle of 286.45º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFA7C6 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 167 198 -
CMYK 0.04 0.16 0 0.22
HSL 286.45º 0.21% 0.72% -
HSV(B) 286.45º 0.16% 0.78% -
XYZ 45.5 42.79 59.29 -
YUV 177.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 191 167 198 0.04 0.16 0 0.22 286.45 0.21 0.72
Hex BF A7 C6 4 10 0 16 11E 15 48
Octal 277 247 306 4 20 0 26 436 25 110
Binary 10111111 10100111 11000110 100 10000 0 10110 100011110 10101 1001000

Color Harmonies of #BFA7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA7C6

Black with #BFA7C6

Text Example


Text Example

White with #BFA7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA7C6; }

 p { color: rgb(191,167,198); }

 H1.HeaderClassName
 {
   color: #BFA7C6;
 }
 .AnyTagClassName
 {
   color: #BFA7C6;
 }
</style>

background-color css

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

 a { background-color: rgb(191,167,198); }

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

border-color css

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

 span { border-color: rgb(191,167,198); }

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