Html Css Color HEX #BBA7BE Lola

📋 copy color: '#BBA7BE'

red 187 ◦ green 167 ◦ blue 190

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

Shades of Lola #BBA7BE

Tints of Lola #BBA7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 34.38%
G = 30.7%
B = 34.93%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBA7BE (or 0xBBA7BE) is known color: Lola. HEX triplet: BB, A7 and BE. RGB value is (187,167,190). Sum of RGB (Red+Green+Blue) = 187+167+190=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBA7BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7BE is #445841. Grayscale: #AFAFAF. Windows color (decimal): -4479042 or 12494779. OLE color: 12494779.

HSL color Cylindrical-coordinate representation of color #BBA7BE: hue angle of 292.17º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBA7BE is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 167 190 -
CMYK 0.02 0.12 0 0.25
HSL 292.17º 0.15% 0.7% -
HSV(B) 292.17º 0.12% 0.75% -
XYZ 43.61 41.92 54.51 -
YUV 175.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 187 167 190 0.02 0.12 0 0.25 292.17 0.15 0.7
Hex BB A7 BE 2 C 0 19 124 F 46
Octal 273 247 276 2 14 0 31 444 17 106
Binary 10111011 10100111 10111110 10 1100 0 11001 100100100 1111 1000110

Color Harmonies of #BBA7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7BE

Black with #BBA7BE

Text Example


Text Example

White with #BBA7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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