Html Css Color HEX #BB97C0 Lilac

📋 copy color: '#BB97C0'

red 187 ◦ green 151 ◦ blue 192

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

Shades of Lilac #BB97C0

Tints of Lilac #BB97C0

RGB

 RED value IS 187 (73.44% from 255) = 35.28%

 GREEN value IS 151 (59.38% from 255) = 28.49%

 BLUE value IS 192 (75.39% from 255) = 36.23%

R = 35.28%
G = 28.49%
B = 36.23%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB97C0 (or 0xBB97C0) is known color: Lilac. HEX triplet: BB, 97 and C0. RGB value is (187,151,192). Sum of RGB (Red+Green+Blue) = 187+151+192=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB97C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97C0 is #44683F. Grayscale: #A6A6A6. Windows color (decimal): -4483136 or 12621755. OLE color: 12621755.

HSL color Cylindrical-coordinate representation of color #BB97C0: hue angle of 292.68º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB97C0 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 151 192 -
CMYK 0.03 0.21 0 0.25
HSL 292.68º 0.25% 0.67% -
HSV(B) 292.68º 0.21% 0.75% -
XYZ 41.07 36.5 54.75 -
YUV 166.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 187 151 192 0.03 0.21 0 0.25 292.68 0.25 0.67
Hex BB 97 C0 3 15 0 19 125 19 43
Octal 273 227 300 3 25 0 31 445 31 103
Binary 10111011 10010111 11000000 11 10101 0 11001 100100101 11001 1000011

Color Harmonies of #BB97C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB97C0

Black with #BB97C0

Text Example


Text Example

White with #BB97C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB97C0; }

 p { color: rgb(187,151,192); }

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

background-color css

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

 a { background-color: rgb(187,151,192); }

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

border-color css

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

 span { border-color: rgb(187,151,192); }

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