Html Css Color HEX #BB9BC6 Lola

📋 copy color: '#BB9BC6'

red 187 ◦ green 155 ◦ blue 198

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

Shades of Lola #BB9BC6

Tints of Lola #BB9BC6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.7%

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

R = 34.63%
G = 28.7%
B = 36.67%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB9BC6 (or 0xBB9BC6) is known color: Lola. HEX triplet: BB, 9B and C6. RGB value is (187,155,198). Sum of RGB (Red+Green+Blue) = 187+155+198=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB9BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BC6 is #446439. Grayscale: #A9A9A9. Windows color (decimal): -4482106 or 13015995. OLE color: 13015995.

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

Color convert

RGB 187 155 198 -
CMYK 0.06 0.22 0 0.22
HSL 284.65º 0.27% 0.69% -
HSV(B) 284.65º 0.22% 0.78% -
XYZ 42.41 38.08 58.54 -
YUV 169.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 187 155 198 0.06 0.22 0 0.22 284.65 0.27 0.69
Hex BB 9B C6 6 16 0 16 11D 1B 45
Octal 273 233 306 6 26 0 26 435 33 105
Binary 10111011 10011011 11000110 110 10110 0 10110 100011101 11011 1000101

Color Harmonies of #BB9BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BC6

Black with #BB9BC6

Text Example


Text Example

White with #BB9BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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