Html Css Color HEX #BBA2BE Lola

📋 copy color: '#BBA2BE'

red 187 ◦ green 162 ◦ blue 190

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

Shades of Lola #BBA2BE

Tints of Lola #BBA2BE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.06%

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

R = 34.69%
G = 30.06%
B = 35.25%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBA2BE (or 0xBBA2BE) is known color: Lola. HEX triplet: BB, A2 and BE. RGB value is (187,162,190). Sum of RGB (Red+Green+Blue) = 187+162+190=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBA2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2BE is #445D41. Grayscale: #ACACAC. Windows color (decimal): -4480322 or 12493499. OLE color: 12493499.

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

Color convert

RGB 187 162 190 -
CMYK 0.02 0.15 0 0.25
HSL 293.57º 0.18% 0.69% -
HSV(B) 293.57º 0.15% 0.75% -
XYZ 42.71 40.12 54.21 -
YUV 172.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 187 162 190 0.02 0.15 0 0.25 293.57 0.18 0.69
Hex BB A2 BE 2 F 0 19 126 12 45
Octal 273 242 276 2 17 0 31 446 22 105
Binary 10111011 10100010 10111110 10 1111 0 11001 100100110 10010 1000101

Color Harmonies of #BBA2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2BE

Black with #BBA2BE

Text Example


Text Example

White with #BBA2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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