Html Css Color HEX #BFACC5 Lola

📋 copy color: '#BFACC5'

red 191 ◦ green 172 ◦ blue 197

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

Shades of Lola #BFACC5

Tints of Lola #BFACC5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.71%

 BLUE value IS 197 (77.34% from 255) = 35.18%

R = 34.11%
G = 30.71%
B = 35.18%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BFACC5 (or 0xBFACC5) is known color: Lola. HEX triplet: BF, AC and C5. RGB value is (191,172,197). Sum of RGB (Red+Green+Blue) = 191+172+197=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #BFACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACC5 is #40533A. Grayscale: #B4B4B4. Windows color (decimal): -4215611 or 12954815. OLE color: 12954815.

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

Color convert

RGB 191 172 197 -
CMYK 0.03 0.13 0 0.23
HSL 285.6º 0.18% 0.72% -
HSV(B) 285.6º 0.13% 0.77% -
XYZ 46.32 44.61 58.99 -
YUV 180.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 191 172 197 0.03 0.13 0 0.23 285.6 0.18 0.72
Hex BF AC C5 3 D 0 17 11E 12 48
Octal 277 254 305 3 15 0 27 436 22 110
Binary 10111111 10101100 11000101 11 1101 0 10111 100011110 10010 1001000

Color Harmonies of #BFACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACC5

Black with #BFACC5

Text Example


Text Example

White with #BFACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACC5; }

 p { color: rgb(191,172,197); }

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

background-color css

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

 a { background-color: rgb(191,172,197); }

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

border-color css

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

 span { border-color: rgb(191,172,197); }

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