Html Css Color HEX #BFA2BC Lilac

📋 copy color: '#BFA2BC'

red 191 ◦ green 162 ◦ blue 188

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

Shades of Lilac #BFA2BC

Tints of Lilac #BFA2BC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.94%

 BLUE value IS 188 (73.83% from 255) = 34.75%

R = 35.3%
G = 29.94%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BFA2BC (or 0xBFA2BC) is known color: Lilac. HEX triplet: BF, A2 and BC. RGB value is (191,162,188). Sum of RGB (Red+Green+Blue) = 191+162+188=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA2BC is #405D43. Grayscale: #ADADAD. Windows color (decimal): -4218180 or 12362431. OLE color: 12362431.

HSL color Cylindrical-coordinate representation of color #BFA2BC: hue angle of 306.21º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFA2BC is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 162 188 -
CMYK 0 0.15 0.02 0.25
HSL 306.21º 0.18% 0.69% -
HSV(B) 306.21º 0.15% 0.75% -
XYZ 43.48 40.55 53.11 -
YUV 173.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 191 162 188 0 0.15 0.02 0.25 306.21 0.18 0.69
Hex BF A2 BC 0 F 2 19 132 12 45
Octal 277 242 274 0 17 2 31 462 22 105
Binary 10111111 10100010 10111100 0 1111 10 11001 100110010 10010 1000101

Color Harmonies of #BFA2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA2BC

Black with #BFA2BC

Text Example


Text Example

White with #BFA2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA2BC; }

 p { color: rgb(191,162,188); }

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

background-color css

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

 a { background-color: rgb(191,162,188); }

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

border-color css

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

 span { border-color: rgb(191,162,188); }

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