Html Css Color HEX #BBA3BD Lola

📋 copy color: '#BBA3BD'

red 187 ◦ green 163 ◦ blue 189

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

Shades of Lola #BBA3BD

Tints of Lola #BBA3BD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.24%

 BLUE value IS 189 (74.22% from 255) = 35.06%

R = 34.69%
G = 30.24%
B = 35.06%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BBA3BD (or 0xBBA3BD) is known color: Lola. HEX triplet: BB, A3 and BD. RGB value is (187,163,189). Sum of RGB (Red+Green+Blue) = 187+163+189=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA3BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3BD is #445C42. Grayscale: #ADADAD. Windows color (decimal): -4480067 or 12428219. OLE color: 12428219.

HSL color Cylindrical-coordinate representation of color #BBA3BD: hue angle of 295.38º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA3BD is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 163 189 -
CMYK 0.01 0.14 0 0.26
HSL 295.38º 0.16% 0.69% -
HSV(B) 295.38º 0.14% 0.74% -
XYZ 42.78 40.43 53.69 -
YUV 173.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 187 163 189 0.01 0.14 0 0.26 295.38 0.16 0.69
Hex BB A3 BD 1 E 0 1A 127 10 45
Octal 273 243 275 1 16 0 32 447 20 105
Binary 10111011 10100011 10111101 1 1110 0 11010 100100111 10000 1000101

Color Harmonies of #BBA3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3BD

Black with #BBA3BD

Text Example


Text Example

White with #BBA3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3BD; }

 p { color: rgb(187,163,189); }

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

background-color css

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

 a { background-color: rgb(187,163,189); }

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

border-color css

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

 span { border-color: rgb(187,163,189); }

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