Html Css Color HEX #BBA7BD Lola

📋 copy color: '#BBA7BD'

red 187 ◦ green 167 ◦ blue 189

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

Shades of Lola #BBA7BD

Tints of Lola #BBA7BD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.76%

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

R = 34.44%
G = 30.76%
B = 34.81%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BBA7BD (or 0xBBA7BD) is known color: Lola. HEX triplet: BB, A7 and BD. RGB value is (187,167,189). Sum of RGB (Red+Green+Blue) = 187+167+189=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7BD is #445842. Grayscale: #AFAFAF. Windows color (decimal): -4479043 or 12429243. OLE color: 12429243.

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

Color convert

RGB 187 167 189 -
CMYK 0.01 0.12 0 0.26
HSL 294.55º 0.14% 0.7% -
HSV(B) 294.55º 0.12% 0.74% -
XYZ 43.5 41.88 53.93 -
YUV 175.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 187 167 189 0.01 0.12 0 0.26 294.55 0.14 0.7
Hex BB A7 BD 1 C 0 1A 127 E 46
Octal 273 247 275 1 14 0 32 447 16 106
Binary 10111011 10100111 10111101 1 1100 0 11010 100100111 1110 1000110

Color Harmonies of #BBA7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7BD

Black with #BBA7BD

Text Example


Text Example

White with #BBA7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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