Html Css Color HEX #BBA4BD Lola

📋 copy color: '#BBA4BD'

red 187 ◦ green 164 ◦ blue 189

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

Shades of Lola #BBA4BD

Tints of Lola #BBA4BD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.37%

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

R = 34.63%
G = 30.37%
B = 35%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BBA4BD (or 0xBBA4BD) is known color: Lola. HEX triplet: BB, A4 and BD. RGB value is (187,164,189). Sum of RGB (Red+Green+Blue) = 187+164+189=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4BD is #445B42. Grayscale: #ADADAD. Windows color (decimal): -4479811 or 12428475. OLE color: 12428475.

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

Color convert

RGB 187 164 189 -
CMYK 0.01 0.13 0 0.26
HSL 295.2º 0.16% 0.69% -
HSV(B) 295.2º 0.13% 0.74% -
XYZ 42.95 40.79 53.75 -
YUV 173.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 187 164 189 0.01 0.13 0 0.26 295.2 0.16 0.69
Hex BB A4 BD 1 D 0 1A 127 10 45
Octal 273 244 275 1 15 0 32 447 20 105
Binary 10111011 10100100 10111101 1 1101 0 11010 100100111 10000 1000101

Color Harmonies of #BBA4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4BD

Black with #BBA4BD

Text Example


Text Example

White with #BBA4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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