Html Css Color HEX #BF8CCB Lilac

📋 copy color: '#BF8CCB'

red 191 ◦ green 140 ◦ blue 203

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

Shades of Lilac #BF8CCB

Tints of Lilac #BF8CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.22%

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 35.77%
G = 26.22%
B = 38.01%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF8CCB (or 0xBF8CCB) is known color: Lilac. HEX triplet: BF, 8C and CB. RGB value is (191,140,203). Sum of RGB (Red+Green+Blue) = 191+140+203=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF8CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8CCB is #407334. Grayscale: #A2A2A2. Windows color (decimal): -4223797 or 13339839. OLE color: 13339839.

HSL color Cylindrical-coordinate representation of color #BF8CCB: hue angle of 288.57º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF8CCB is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 140 203 -
CMYK 0.06 0.31 0 0.20
HSL 288.57º 0.38% 0.67% -
HSV(B) 288.57º 0.31% 0.8% -
XYZ 41.64 34.14 60.9 -
YUV 162.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 191 140 203 0.06 0.31 0 0.20 288.57 0.38 0.67
Hex BF 8C CB 6 1F 0 14 121 26 43
Octal 277 214 313 6 37 0 24 441 46 103
Binary 10111111 10001100 11001011 110 11111 0 10100 100100001 100110 1000011

Color Harmonies of #BF8CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8CCB

Black with #BF8CCB

Text Example


Text Example

White with #BF8CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8CCB; }

 p { color: rgb(191,140,203); }

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

background-color css

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

 a { background-color: rgb(191,140,203); }

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

border-color css

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

 span { border-color: rgb(191,140,203); }

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