Html Css Color HEX #BFACC4 Lola

📋 copy color: '#BFACC4'

red 191 ◦ green 172 ◦ blue 196

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

Shades of Lola #BFACC4

Tints of Lola #BFACC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.06%

R = 34.17%
G = 30.77%
B = 35.06%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BFACC4 (or 0xBFACC4) is known color: Lola. HEX triplet: BF, AC and C4. RGB value is (191,172,196). Sum of RGB (Red+Green+Blue) = 191+172+196=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACC4 is #40533B. Grayscale: #B4B4B4. Windows color (decimal): -4215612 or 12889279. OLE color: 12889279.

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

Color convert

RGB 191 172 196 -
CMYK 0.03 0.12 0 0.23
HSL 287.5º 0.17% 0.72% -
HSV(B) 287.5º 0.12% 0.77% -
XYZ 46.2 44.57 58.39 -
YUV 180.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 191 172 196 0.03 0.12 0 0.23 287.5 0.17 0.72
Hex BF AC C4 3 C 0 17 120 11 48
Octal 277 254 304 3 14 0 27 440 21 110
Binary 10111111 10101100 11000100 11 1100 0 10111 100100000 10001 1001000

Color Harmonies of #BFACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACC4

Black with #BFACC4

Text Example


Text Example

White with #BFACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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