Html Css Color HEX #BB97C6 Lola

📋 copy color: '#BB97C6'

red 187 ◦ green 151 ◦ blue 198

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

Shades of Lola #BB97C6

Tints of Lola #BB97C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.94%

R = 34.89%
G = 28.17%
B = 36.94%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB97C6 (or 0xBB97C6) is known color: Lola. HEX triplet: BB, 97 and C6. RGB value is (187,151,198). Sum of RGB (Red+Green+Blue) = 187+151+198=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB97C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97C6 is #446839. Grayscale: #A6A6A6. Windows color (decimal): -4483130 or 13014971. OLE color: 13014971.

HSL color Cylindrical-coordinate representation of color #BB97C6: hue angle of 285.96º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB97C6 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 151 198 -
CMYK 0.06 0.24 0 0.22
HSL 285.96º 0.29% 0.68% -
HSV(B) 285.96º 0.24% 0.78% -
XYZ 41.75 36.78 58.32 -
YUV 167.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 187 151 198 0.06 0.24 0 0.22 285.96 0.29 0.68
Hex BB 97 C6 6 18 0 16 11E 1D 44
Octal 273 227 306 6 30 0 26 436 35 104
Binary 10111011 10010111 11000110 110 11000 0 10110 100011110 11101 1000100

Color Harmonies of #BB97C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB97C6

Black with #BB97C6

Text Example


Text Example

White with #BB97C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB97C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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